From e6456d2196b3e57bd06be0fbc74dd3e0fc28fdeb Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 22 七月 2025 19:17:55 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java |   10 +++++++++-
 1 files changed, 9 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..d4486fd 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;
 
 
@@ -695,7 +703,7 @@
      */
     @ApiModelProperty(value = "闅忚鏂瑰紡")
     private String visitType;
-    
+
     @ApiModelProperty(value = "闅忚閮ㄩ棬缂栫爜")
     private String visitDeptCode;
 

--
Gitblit v1.9.3