jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
@@ -22,7 +22,7 @@ void setQueueReadyMax(Integer max); void startBiz(); void closeBiz(); void resetScheduler(); /** * 创建排队 @@ -49,6 +49,9 @@ /** * */ void startHurryUp(); void startBedReload(); ErrorCode startBedOpen(Long roomId, String bedNo); ErrorCode startBedClose(Long roomId, String bedNo); ErrorCode startBedDoctorPause(Long roomId, String bedNo, Long docId, String docName);