eight
2024-11-28 d1708b4b2bc6596f9c62354274f1af97be45401c
1
2
3
4
5
6
7
8
package cn.lihu.jh.module.ecg.api.doctor;
 
import cn.lihu.jh.framework.common.exception.ErrorCode;
import cn.lihu.jh.framework.common.pojo.CommonResult;
 
public interface DoctorApi {
    ErrorCode bedDoctorOff(Long userId, String userName);
}