From d1708b4b2bc6596f9c62354274f1af97be45401c Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 28 十一月 2024 14:40:46 +0800
Subject: [PATCH] 按工位的多个检查项目 抢占 排队中 患者

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 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 4863713..86ef28d 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,20 @@
      * id
      */
     @TableId
-    private Integer id;
+    private Long id;
+
+    /**
+     * 鐢宠缂栧彿
+     */
+    private String applyNo;
+    /**
+     * 灏辫瘖娴佹按鍙�
+     */
+    private String episodeId;
+    /**
+     * 鎮h�呮潵婧愮被鍨�  01闂瘖 02鎬ヨ瘖 03浣撴 04浣忛櫌
+     */
+    private Integer patSrc;
     /**
      * 鎮h�呯紪鍙�
      */
@@ -125,5 +138,7 @@
     private LocalDateTime syncTime;
 
 
+    @TableField(exist = false)
+    private Integer bookSeqNum;
 
 }
\ No newline at end of file

--
Gitblit v1.9.3