From 05466007a40b6a22d68ef47b784fb3738760d18b Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 10 十月 2024 16:36:15 +0800
Subject: [PATCH] 工位状态 动态查看
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
index 52764bd..ec540b2 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
+++ b/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();
@@ -49,7 +50,9 @@
/**
*
*/
- void startHurryUp();
+ void startHurryUpOneBed(Long roomId, String bedNo);
+ void startHurryUpOneCheckType(Integer checkType);
+
void startBedReload();
void startResetRoom(Boolean needCloseBed);
MonitorInfoVO getMonitorInfo();
--
Gitblit v1.9.3