From d3b362de432a32c10ccd039dfc417d8c6233f543 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 28 三月 2025 18:10:21 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatMedInhosp.java | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java index 8e147e5..f61e49f 100644 --- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java +++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java @@ -298,10 +298,11 @@ */ @ApiModelProperty(value = "鎵嬫満鍙�") private String telcode; + /** - * 鎵嬫満鍙� + * 闀挎湡浠诲姟鍘熷洜 */ - @ApiModelProperty(value = "鎵嬫満鍙�") + @ApiModelProperty(value = "闀挎湡浠诲姟鍘熷洜") private String longTaskReason; @@ -386,4 +387,29 @@ @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 fuadivce; + + @ApiModelProperty(value = "涓撶梾闅忚寤鸿") + private String fuspecialadvice; } -- Gitblit v1.9.3