From 80fe8c0debfa3eb252e4c066104eaf2f596de135 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期一, 09 三月 2026 17:09:29 +0800
Subject: [PATCH] 【省立同德】处理patItem报错问题

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtask.java |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
index 1032473..c3a40f7 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -652,4 +652,21 @@
 
     @ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊; 3宸插鐞�")
     private Integer isabnormal;
+
+    @ApiModelProperty(value = "缁х画鏍囪瘑")
+    private Integer continueFlag;
+
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @ApiModelProperty(value = "缁х画鏃堕棿鐜板湪")
+    private Date continueTimeNow;
+
+    @ApiModelProperty(value = "缁х画鍐呭")
+    private String continueContent;
+
+    @ApiModelProperty(value = "缁х画娆℃暟")
+    private Integer continueCount;
+
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @ApiModelProperty(value = "缁х画鏃堕棿涓嬫")
+    private Date continueTimeNext;
 }

--
Gitblit v1.9.3