From 971bd30b611531464d7a878352e453ab4511f93f Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 19 六月 2025 19:36:24 +0800 Subject: [PATCH] 代码提交 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 40 insertions(+), 7 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java index 5ef58b3..6cecf69 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java @@ -11,6 +11,7 @@ import java.time.LocalDateTime; import java.time.LocalDateTime; import java.time.LocalDateTime; + import com.baomidou.mybatisplus.annotation.*; import cn.lihu.jh.framework.mybatis.core.dataobject.BaseDO; @@ -34,6 +35,19 @@ */ @TableId private Long id; + + /** + * 鐢宠缂栧彿 + */ + private String applyNo; + /** + * 灏辫瘖娴佹按鍙� + */ + private String episodeId; + /** + * 鎮h�呮潵婧愮被鍨� 01闂瘖 02鎬ヨ瘖 03浣撴 04浣忛櫌 + */ + private Integer patSrc; /** * 鎮h�呯紪鍙� */ @@ -44,7 +58,7 @@ private String patName; /** * 鎮h�呮�у埆 - * + * <p> * 鏋氫妇 {@link TODO system_user_sex 瀵瑰簲鐨勭被} */ private Byte patGender; @@ -89,10 +103,6 @@ */ private String patBedNo; /** - * 棰勭害缂栧彿 - */ - private String bookId; - /** * 棰勭害鏃ユ湡 */ private LocalDate bookDate; @@ -106,7 +116,6 @@ private LocalDateTime bookTime; /** * 棰勭害妫�鏌ョ被鍨� - * */ private Integer bookCheckType; /** @@ -125,5 +134,29 @@ private LocalDateTime syncTime; + @TableField(exist = false) + private Integer bookSeqNum; -} \ No newline at end of file + private String status; + + /** + * 鑰愯嵂鎬э細 鏄惁澶氳��1浠h〃鏄紝0浠h〃涓嶆槸 + */ + private String tolerance; + + /** + *浣忛櫌鍙� + */ + private String hospitalNo; + + /** + * 鍖讳繚鍗″彿 + */ + private String medicalCard; + + /** + * 闂ㄨ瘖鍙� + */ + private String outpatientNo; + +} -- Gitblit v1.9.3