From f55c563e2a0b52e4569ce6b5f81632cac598f7fe Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 30 十月 2024 18:36:55 +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