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/dal/dataobject/queue/QueueDO.java | 14 +++++++------- 1 files changed, 7 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..125292b 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,15 @@ /** * 棰勭害妫�鏌ョ被鍨� */ - private Byte bookCheckType; + private Integer bookCheckType; /** * 鎺掗槦搴忓彿 */ private Integer seqNum; /** - * 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 + * 5:杩囧彿 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 */ - private Byte status; + private Integer status; /** * 杩囧彿鏍囪 */ @@ -66,10 +70,6 @@ * 棰勭害杩囨湡鏍囪 */ private Byte expired; - /** - * 璇煶鍙彿鏍囪 - */ - private Integer called; /** * 鎻掗槦鏍囪 */ -- Gitblit v1.9.3