From 45c86945f735ab5a63025ed5dcff9aeae4106a1f Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 16 十月 2024 14:08:35 +0800
Subject: [PATCH] 检查项目 大屏显示列 配置
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java | 5 +++--
1 files changed, 3 insertions(+), 2 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..5bc4266 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
@@ -2,7 +2,8 @@
public interface Constants {
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";
+ static final String DEV_CODE_CHOICE = "dev.code.choice";
}
--
Gitblit v1.9.3