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); }