From 91a6d065f948fd9f47ee43616c509d286e80d0d6 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期日, 01 九月 2024 19:35:44 +0800 Subject: [PATCH] update --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java | 3 +++ 1 files changed, 3 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..2d66d97 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,7 @@ 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"; + } -- Gitblit v1.9.3