From e36c1e2363e36a69a3cc8ccbc00d28b16f926abd Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 07 十一月 2024 14:38:57 +0800
Subject: [PATCH] 序号表操作

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 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 30bb5a1..e6e9830 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
@@ -1,6 +1,11 @@
 package cn.lihu.jh.module.ecg;
 
 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";
@@ -8,5 +13,11 @@
     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";
+    //static final String BOOK_TIMESLOT_LIST = "book.timeslot.list";
+
+
+    /**
+     *  瀛楀吀椤�
+     */
+    static final String ECG_BOOK_TIMESLOT = "ecg_book_timeslot";
 }

--
Gitblit v1.9.3