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 | 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