eight
2025-03-31 030979c08b23b917a942eed09f0d6a9134c45ee1
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);
}