From 3d1344ca6f0613bf3726d2c40d35f3928f82a910 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 15 九月 2025 18:15:27 +0800 Subject: [PATCH] 代码提交 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 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 6cecf69..7831314 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 @@ -45,7 +45,7 @@ */ private String episodeId; /** - * 鎮h�呮潵婧愮被鍨� 01闂瘖 02鎬ヨ瘖 03浣撴 04浣忛櫌 + * 鎮h�呮潵婧愮被鍨� 01闂瘖 02鎬ヨ瘖 03浣忛櫌 04浣撴 */ private Integer patSrc; /** @@ -58,8 +58,6 @@ private String patName; /** * 鎮h�呮�у埆 - * <p> - * 鏋氫妇 {@link TODO system_user_sex 瀵瑰簲鐨勭被} */ private Byte patGender; /** @@ -138,6 +136,10 @@ private Integer bookSeqNum; private String status; + /** + * 鐧昏鏃堕棿 + */ + private Date registerDate; /** * 鑰愯嵂鎬э細 鏄惁澶氳��1浠h〃鏄紝0浠h〃涓嶆槸 @@ -145,7 +147,7 @@ private String tolerance; /** - *浣忛櫌鍙� + * 浣忛櫌鍙� */ private String hospitalNo; @@ -159,4 +161,19 @@ */ private String outpatientNo; + /** + * 寮�鍗曞尰鐢� + */ + private String doctor; + + /** + * 寮�鍗曞尰鐢熺紪鐮� + */ + private String doctorCode; + + /** + * 寮�鍗曟椂闂� + */ + private Date doctorTime; + } -- Gitblit v1.9.3