From d8c1b8408ca24f3e02427c7885da8c87c90f16a0 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 12 十一月 2024 19:43:48 +0800
Subject: [PATCH] update

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 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 93135ec..74a488b 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
@@ -33,7 +33,16 @@
      * id
      */
     @TableId
-    private Integer id;
+    private Long id;
+
+    /**
+     * 鐢宠缂栧彿
+     */
+    private String applyNo;
+    /**
+     * 鎮h�呮潵婧愮被鍨�  01闂瘖 02鎬ヨ瘖 03浣撴 04浣忛櫌
+     */
+    private Integer patSrc;
     /**
      * 鎮h�呯紪鍙�
      */
@@ -51,7 +60,7 @@
     /**
      * 鎮h�呯敓鏃�
      */
-    private LocalDateTime patBirthday;
+    private LocalDate patBirthday;
     /**
      * 鎮h�呮墜鏈�
      */
@@ -110,7 +119,7 @@
      */
     private Integer bookCheckType;
     /**
-     * 棰勭害鏉ユ簮锛歑绯荤粺銆佹姢澹墜鍔ㄩ绾�
+     * 棰勭害鏉ユ簮锛�0 ~~ X绯荤粺銆�1 ~~ 鎶ゅ+鎵嬪姩棰勭害
      */
     private Integer bookSrc;
 

--
Gitblit v1.9.3