From 28e699e3e1886ff4f08590857aaf08a62567c3f3 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 07 十一月 2024 09:54:15 +0800
Subject: [PATCH] 新增 queue_sequence 表操作代码

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/QueueDO.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 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 39e6b9d..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;
     /**
      * 杩囧彿鏍囪
      */
@@ -66,10 +70,6 @@
      * 棰勭害杩囨湡鏍囪
      */
     private Byte expired;
-    /**
-     * 璇煶鍙彿鏍囪
-     */
-    private Integer called;
     /**
      * 鎻掗槦鏍囪
      */

--
Gitblit v1.9.3