From 472979c8d2339ab8f4f22a4a04a11cebbeded7ac Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 12 九月 2024 17:51:20 +0800
Subject: [PATCH] 撤销装机功能

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/queueDO.java |   38 +++++++++++++++++++++++++++-----------
 1 files changed, 27 insertions(+), 11 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 183d4ac..e138e8e 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
@@ -1,11 +1,11 @@
 package cn.lihu.jh.module.ecg.dal.dataobject.queue;
 
 import lombok.*;
-import java.util.*;
-import java.time.LocalDateTime;
-import java.time.LocalDateTime;
 import com.baomidou.mybatisplus.annotation.*;
 import cn.lihu.jh.framework.mybatis.core.dataobject.BaseDO;
+
+import java.time.LocalDate;
+import java.time.LocalDateTime;
 
 /**
  * 鎺掗槦 DO
@@ -20,7 +20,7 @@
 @Builder
 @NoArgsConstructor
 @AllArgsConstructor
-public class queueDO extends BaseDO {
+public class QueueDO extends BaseDO {
 
     /**
      * id
@@ -38,7 +38,11 @@
     /**
      * 鎮h�呮�у埆
      */
-    private Boolean patGender;
+    private Byte patGender;
+    /**
+     * 棰勭害鏃ユ湡
+     */
+    private LocalDate bookDate;
     /**
      * 棰勭害鏃堕棿娈�
      */
@@ -46,7 +50,7 @@
     /**
      * 棰勭害妫�鏌ョ被鍨�
      */
-    private Boolean bookCheckType;
+    private Byte bookCheckType;
     /**
      * 鎺掗槦搴忓彿
      */
@@ -54,22 +58,34 @@
     /**
      * 10:鎺掗槦涓� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 60:杩囨湡
      */
-    private Boolean status;
+    private Byte status;
     /**
      * 杩囧彿鏍囪
      */
-    private Boolean passed;
+    private Byte passed;
     /**
      * 棰勭害杩囨湡鏍囪
      */
-    private Boolean expired;
+    private Byte expired;
+    /**
+     * 璇煶鍙彿鏍囪
+     */
+    private Integer called;
+    /**
+     * 鎻掗槦鏍囪
+     */
+    private Byte jumpFlag;
     /**
      * 璇婂缂栧彿
      */
-    private String roomNum;
+    private Long roomId;
+    /**
+     * 璇婂鍚嶇О
+     */
+    private String roomName;
     /**
      * 璇婄枟搴婄紪鍙�
      */
-    private String bedNum;
+    private String bedNo;
 
 }
\ No newline at end of file

--
Gitblit v1.9.3