From 56e6e579618a13221e56cd49e72c9ac0904da95c Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 06 十一月 2025 14:01:56 +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