From 048db32d9a965f1ef398a8aa02a012e9b968a6b1 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 08 十一月 2024 18:39:04 +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