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 |   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 2156668..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:鎺掗槦涓� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 60:杩囨湡
+     * 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