From a156ddbb26693b8040f9dbbd7582a12c1fc8d61b Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 07 十一月 2024 17:04:47 +0800 Subject: [PATCH] 预约序号 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/QueueDO.java | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/QueueDO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/QueueDO.java index 5132e40..3fde382 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/QueueDO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/QueueDO.java @@ -39,6 +39,10 @@ */ private Byte patGender; /** + * 鎮h�呰鎯� + */ + private String patDetails; + /** * 棰勭害鏃ユ湡 */ private LocalDate bookDate; @@ -49,15 +53,23 @@ /** * 棰勭害妫�鏌ョ被鍨� */ - private Byte bookCheckType; + private Integer bookCheckType; + /** + * 棰勭害搴忓彿 + */ + private Integer bookSeqNum; + /** + * 鏄惁VIP + */ + private Integer isVip; /** * 鎺掗槦搴忓彿 */ private Integer seqNum; /** - * 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 + * 5:杩囧彿 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 */ - private Byte status; + private Integer status; /** * 杩囧彿鏍囪 */ @@ -66,10 +78,6 @@ * 棰勭害杩囨湡鏍囪 */ private Byte expired; - /** - * 璇煶鍙彿鏍囪 - */ - private Integer called; /** * 鎻掗槦鏍囪 */ -- Gitblit v1.9.3