From 913587c63ac1a475b37e21b7f1fa160a23a286ef Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 06 十一月 2024 18:16:02 +0800 Subject: [PATCH] 检查类型相关 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/QueueDO.java | 8 ++++++-- 1 files changed, 6 insertions(+), 2 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 e05f19e..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,7 +53,7 @@ /** * 棰勭害妫�鏌ョ被鍨� */ - private Byte bookCheckType; + private Integer bookCheckType; /** * 鎺掗槦搴忓彿 */ @@ -57,7 +61,7 @@ /** * 5:杩囧彿 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 */ - private Byte status; + private Integer status; /** * 杩囧彿鏍囪 */ -- Gitblit v1.9.3