From f96cc88f8b85cfecd73d41acc2913833882ee5c0 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期日, 08 九月 2024 17:27:41 +0800
Subject: [PATCH] LocalDate json process
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/queue/queueDO.java | 23 +++++++++++++++++++++--
1 files changed, 21 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 2a64685..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
@@ -4,6 +4,9 @@
import com.baomidou.mybatisplus.annotation.*;
import cn.lihu.jh.framework.mybatis.core.dataobject.BaseDO;
+import java.time.LocalDate;
+import java.time.LocalDateTime;
+
/**
* 鎺掗槦 DO
*
@@ -37,6 +40,10 @@
*/
private Byte patGender;
/**
+ * 棰勭害鏃ユ湡
+ */
+ private LocalDate bookDate;
+ /**
* 棰勭害鏃堕棿娈�
*/
private Integer bookTimeslot;
@@ -61,12 +68,24 @@
*/
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