jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -20,7 +20,7 @@ */ public interface QueueService { void setCheckTypeReadyMax(Map<Integer, Integer> max); void initCheckType(); void startBiz(); void closeBiz(); @@ -50,7 +50,9 @@ /** * */ void startHurryUp(); void startHurryUpOneBed(Long roomId, String bedNo); void startHurryUpOneCheckType(Integer checkType); void startBedReload(); void startResetRoom(Boolean needCloseBed); MonitorInfoVO getMonitorInfo();