From 2bc90e242eceb83d9aa80d48ea9f991c0f9b99c6 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 12 十二月 2024 19:47:57 +0800
Subject: [PATCH] 工位选择界面 诊室按照room id排序

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/Constants.java |   15 +++++++++++++++
 1 files changed, 15 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..e24893d 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,9 +1,24 @@
 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";
     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";
+
+
+    /**
+     *  瀛楀吀椤�
+     */
+    static final String ECG_BOOK_TIMESLOT = "ecg_book_timeslot";
 }

--
Gitblit v1.9.3