eight
2024-09-25 c3e27cb2e84782e99a30cc5a6e8caa67ca0cb72f
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);
}