From 0c621621889c90a119e2ff9e41c4f5528f395f7e Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 16 五月 2025 16:04:18 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatMedInhosp.java | 33 +++++++++++++++++++++++++++++---- 1 files changed, 29 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 f61e49f..c108280 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; @@ -408,8 +426,15 @@ private String futypedesc; @ApiModelProperty(value = "闅忚澶嶈瘖鎸囧") - private String fuadivce; + private String fuadvice; @ApiModelProperty(value = "涓撶梾闅忚寤鸿") private String fuspecialadvice; + + /** + * 璇佷欢鍙风爜 + */ + @ApiModelProperty("璇佷欢鍙风爜") + @Excel(name = " 璇佷欢鍙风爜 ") + private String idcardno; } -- Gitblit v1.9.3