From c5eaceb69bb9360f6bd802e4796b8023afa3c581 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 07 八月 2025 09:41:00 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java index 05abda3..7a5806f 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java @@ -42,6 +42,12 @@ private Integer visitCount; /** + * 澶嶈瘖閫氱煡锛�0宸查�氱煡 1鏈�氱煡 + */ + @ApiModelProperty(value = "澶嶈瘖閫氱煡锛�0宸查�氱煡 1鏈�氱煡") + private Integer visitNotice; + + /** * 鏄惁鍦ㄦ闅忚锛�1鍚� 2鏄� */ @ApiModelProperty(value = "鏄惁鍦ㄦ闅忚锛�1鏄� 2鍚�") @@ -603,12 +609,14 @@ * 鍑洪櫌鏃堕棿 */ @ApiModelProperty(value = "鍑洪櫌鏃堕棿") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date endtime; /** * 鍏ラ櫌鏃堕棿 */ @ApiModelProperty(value = "鍏ラ櫌鏃堕棿") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date starttime; @@ -631,6 +639,18 @@ */ @ApiModelProperty(value = "鎮h�呮潵婧愶細0鏈湴鎮h�呰〃 1澶栭儴鎮h�呰〃") private String patfrom; + + /** + * 鎮h�呮潵婧� + */ + @ApiModelProperty(value = "缁忕鍖荤敓缂栫爜") + private String managementDoctorCode; + + /** + * 鎮h�呮潵婧� + */ + @ApiModelProperty(value = "缁忕鍖荤敓") + private String managementDoctor; /** * 寮�濮嬪嚭闄㈡棩鏈� @@ -695,7 +715,7 @@ */ @ApiModelProperty(value = "闅忚鏂瑰紡") private String visitType; - + @ApiModelProperty(value = "闅忚閮ㄩ棬缂栫爜") private String visitDeptCode; -- Gitblit v1.9.3