From 55ede3cff5dbbbcb8675d1592a67f20d598d49e7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 18 四月 2025 14:21:28 +0800
Subject: [PATCH] 代码提交

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

diff --git a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
index b93a8df..6c4da5e 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -282,10 +282,20 @@
     private String inhospstate;
 
     /**
-     * 闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞�   1澶勭悊
+     * 绉戝闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞�   1澶勭悊
      */
-    @ApiModelProperty(value = "闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞�   1澶勭悊鎴愬姛    2澶勭悊绉戝澶辫触  3澶勭悊鐤剧梾澶辫触")
-    private String checkFlag;
+    @ApiModelProperty(value = "闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞�   1澶勭悊鎴愬姛    2澶勭悊澶辫触 ")
+    private String deptcheckFlag;
+    /**
+     * 鐥呭尯闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞�   1澶勭悊
+     */
+    @ApiModelProperty(value = "鐥呭尯闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞�   1澶勭悊鎴愬姛    2澶勭悊澶辫触 ")
+    private String wardcheckFlag;
+    /**
+     * 鐤剧梾闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞�   1澶勭悊
+     */
+    @ApiModelProperty(value = "鐤剧梾闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞�   1澶勭悊鎴愬姛    2澶勭悊澶辫触 ")
+    private String diagcheckFlag;
 
     /**
      * 骞撮緞
@@ -351,24 +361,32 @@
     /**
      * 寮�濮嬪嚭闄㈡棩鏈�
      */
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
     @ApiModelProperty(value = "寮�濮嬪嚭闄㈡棩鏈�")
     private Date startOutHospTime;
 
     /**
      * 缁撴潫鍑洪櫌鏃ユ湡
      */
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
     @ApiModelProperty(value = "缁撴潫鍑洪櫌鏃ユ湡")
     private Date endOutHospTime;
 
     /**
      * 寮�濮嬪叆闄㈡棩鏈�
      */
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
     @ApiModelProperty(value = "寮�濮嬪叆闄㈡棩鏈�")
     private Date startInHospTime;
 
     /**
      * 缁撴潫鍏ラ櫌鏃ユ湡
      */
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
     @ApiModelProperty(value = "缁撴潫鍏ラ櫌鏃ユ湡")
     private Date endInHospTime;
 
@@ -388,5 +406,28 @@
     @ApiModelProperty(value = "鎿嶄綔浜篒D")
     private String operatorId;
 
+    @ApiModelProperty(value = "鏍囩鍚�")
     private String tagname;
+
+    @ApiModelProperty(value = "闅忚鏍囪瘑锛�0涓嶉渶瑕侊紝1瑕�")
+    private String fuflag;
+
+    @ApiModelProperty(value = "闅忚鏃ユ湡")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    private Date fudate;
+
+    @ApiModelProperty(value = "闅忚鍛ㄦ湡寤鸿")
+    private String fuperiod;
+
+    @ApiModelProperty(value = "闅忚绫诲瀷缂栫爜")
+    private String futypecode;
+
+    @ApiModelProperty(value = "闅忚绫诲瀷鍚嶇О")
+    private String futypedesc;
+
+    @ApiModelProperty(value = "闅忚澶嶈瘖鎸囧")
+    private String fuadvice;
+
+    @ApiModelProperty(value = "涓撶梾闅忚寤鸿")
+    private String fuspecialadvice;
 }

--
Gitblit v1.9.3