From 43e16c0697b7c546a4f5fa5b93cba663c6b6d04d Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 06 十一月 2024 17:02:04 +0800
Subject: [PATCH] 检查类型属性新增

---
 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 5bc4266..30bb5a1 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
@@ -6,4 +6,7 @@
     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";
+
+    static final String BOOK_TIMESLOT_LENGTH = "book.timeslot.length";
+    static final String BOOK_TIMESLOT_LIST = "book.timeslot.list";
 }

--
Gitblit v1.9.3