From d14e741e49fb8f5fe2b825cb7dc1577c37cb6a66 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 28 八月 2024 10:14:25 +0800 Subject: [PATCH] update --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java | 2 ++ 1 files changed, 2 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..2dbd8a4 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,6 @@ public interface Constants { static final String ECG_OPENING_TIME_KEY = "ecg.openingtime"; + static final String ECG_QUEUE_READY_MAX_KEY = "ecg.queue.ready.max"; + } -- Gitblit v1.9.3