From 77ab08e5fc74c1756841b4c535b28f46d95b16f3 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 13 九月 2024 16:28:44 +0800
Subject: [PATCH] 装机先检查设备是否存在

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java
index 2d66d97..19cf433 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java
@@ -4,5 +4,6 @@
     static final String ECG_OPENING_TIME_KEY = "ecg.openingtime";
     static final String ECG_QUEUE_READY_MAX_KEY = "ecg.queue.ready.max";
     static final String ECG_ROOM_RESET_TIME_KEY = "ecg.room.reset.time";
-
+    static final String ECG_SCREEN_PANE_WAITING_KEY = "ecg.screen.pane.waiting";
+    static final String ECG_SCREEN_PANE_PASSED_KEY = "ecg.screen.pane.passed";
 }

--
Gitblit v1.9.3