From 38e0cad3107b0a43e9afac4e5e55cf769e84d01c Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 09 七月 2025 16:58:18 +0800
Subject: [PATCH] 代码提交

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

diff --git a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
index 9036ae4..b1fd2b8 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -363,25 +363,25 @@
      * 寮�濮嬪嚭闄㈡棩鏈�
      */
     @ApiModelProperty(value = "寮�濮嬪嚭闄㈡棩鏈�")
-    private Date startOutHospTime;
+    private String startOutHospTime;
 
     /**
      * 缁撴潫鍑洪櫌鏃ユ湡
      */
     @ApiModelProperty(value = "缁撴潫鍑洪櫌鏃ユ湡")
-    private Date endOutHospTime;
+    private String endOutHospTime;
 
     /**
      * 寮�濮嬪叆闄㈡棩鏈�
      */
     @ApiModelProperty(value = "寮�濮嬪叆闄㈡棩鏈�")
-    private Date startInHospTime;
+    private String startInHospTime;
 
     /**
      * 缁撴潫鍏ラ櫌鏃ユ湡
      */
     @ApiModelProperty(value = "缁撴潫鍏ラ櫌鏃ユ湡")
-    private Date endInHospTime;
+    private String endInHospTime;
 
     @ApiModelProperty(value = "鏄惁澶栭儴瀵煎叆锛�0涓嶆槸    1鏄�")
     private Integer outImport = 0;

--
Gitblit v1.9.3