From b7f0ac36de05140582bd1a299f5f171cd3859dda Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 24 十月 2024 16:24:15 +0800
Subject: [PATCH] just comment log info

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java |    4 ++++
 1 files changed, 4 insertions(+), 0 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 b127159..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,4 +2,8 @@
 
 public interface Constants {
     static final String ECG_OPENING_TIME_KEY = "ecg.openingtime";
+    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