From 85a953f40435cf95d2b3eaef0a1e44b48b4bad12 Mon Sep 17 00:00:00 2001
From: fhx <308050795@qq.com>
Date: 星期二, 02 四月 2024 15:28:45 +0800
Subject: [PATCH] 1.新增预约接口

---
 phis-feign/src/main/java/com/hz/his/dto/appointment/AppointmentV2Dto.java |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/dto/appointment/AppointmentV2Dto.java b/phis-feign/src/main/java/com/hz/his/dto/appointment/AppointmentV2Dto.java
index 2ad7dd7..f921814 100644
--- a/phis-feign/src/main/java/com/hz/his/dto/appointment/AppointmentV2Dto.java
+++ b/phis-feign/src/main/java/com/hz/his/dto/appointment/AppointmentV2Dto.java
@@ -2,6 +2,8 @@
 
 import lombok.Data;
 
+import java.util.Date;
+
 /**
  * 棰勭害V2鐗坉to
  * @USER: fhx
@@ -76,6 +78,8 @@
     private String zlTimeJson;
     /** 璁惧鏃堕棿json瀛楃涓� */
     private String deviceTimeJson;
+    /** 鐢熸棩鏃ユ湡(yyyy-MM-dd) */
+    private String birthday;
 
     /** 寮�濮嬫棩鏈�(yyyy-MM-dd) */
     private String arriveDate;
@@ -124,12 +128,15 @@
     /** 鐪熷疄楹绘暦鏃堕暱 */
     private Integer realPalsyDuration;
 
-    /** 缂栬緫棰勭害 - 鏄惁鏃ユ湡鏈夊彉鍖�(0鍚�1鏄�) */
-    private Integer isDayChange;
-    /** 缂栬緫棰勭害 - 鏄惁椤圭洰鏈夊彉鍖�(0鍚�1鏄�) */
-    private Integer isProjectChange;
-    /** 缂栬緫棰勭害 - 鏄惁鍖荤敓鏈夊彉鍖�(0鍚�1鏄�) */
-    private Integer isChangeDoctor;
-    /** 缂栬緫棰勭害 - 鏄惁鏃堕棿鏈夊彉鍖�(0鍚�1鏄�) */
-    private Integer isChangeTime;
+    /** 鍙栨秷棰勭害鍑瘉鏂囦欢璺緞 */
+    private String annexUrl;
+
+//    /** 缂栬緫棰勭害 - 鏄惁鏃ユ湡鏈夊彉鍖�(0鍚�1鏄�) */
+//    private Integer isDayChange;
+//    /** 缂栬緫棰勭害 - 鏄惁椤圭洰鏈夊彉鍖�(0鍚�1鏄�) */
+//    private Integer isProjectChange;
+//    /** 缂栬緫棰勭害 - 鏄惁鍖荤敓鏈夊彉鍖�(0鍚�1鏄�) */
+//    private Integer isChangeDoctor;
+//    /** 缂栬緫棰勭害 - 鏄惁鏃堕棿鏈夊彉鍖�(0鍚�1鏄�) */
+//    private Integer isChangeTime;
 }

--
Gitblit v1.8.0