From 723d38375c45d24737bfef6f33a9686254abf99b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 17 十月 2024 13:42:27 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/PatMedInhosp.java |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
index b3c036c..09472de 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -346,4 +346,28 @@
      */
     @ApiModelProperty(value = "鍑洪櫌绉戝浠g爜闆嗗悎")
     private List<String> leaveldeptcodes;
+
+    /**
+     * 寮�濮嬪嚭闄㈡棩鏈�
+     */
+    @ApiModelProperty(value = "寮�濮嬪嚭闄㈡棩鏈�")
+    private Date startOutHospTime;
+
+    /**
+     * 缁撴潫鍑洪櫌鏃ユ湡
+     */
+    @ApiModelProperty(value = "缁撴潫鍑洪櫌鏃ユ湡")
+    private Date endOutHospTime;
+
+    /**
+     * 寮�濮嬪叆闄㈡棩鏈�
+     */
+    @ApiModelProperty(value = "寮�濮嬪叆闄㈡棩鏈�")
+    private Date startInHospTime;
+
+    /**
+     * 缁撴潫鍏ラ櫌鏃ユ湡
+     */
+    @ApiModelProperty(value = "缁撴潫鍏ラ櫌鏃ユ湡")
+    private Date endInHospTime;
 }

--
Gitblit v1.9.3