jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -2,6 +2,7 @@ import javax.validation.Valid; import java.util.List; import java.util.Map; import cn.lihu.jh.framework.common.exception.ErrorCode; import cn.lihu.jh.framework.common.pojo.CommonResult; @@ -19,7 +20,7 @@ */ public interface QueueService { void setQueueReadyMax(Integer max); void setCheckTypeReadyMax(Map<Integer, Integer> max); void startBiz(); void closeBiz();