From 74fbf1d9ae44bf3354f46caa0e43a2358fa1fbea Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 23 九月 2026 17:11:58 +0800
Subject: [PATCH] 【丽水】更新AI电话

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

diff --git a/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java b/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
index 90ca575..90041b1 100644
--- a/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
+++ b/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
@@ -774,6 +774,13 @@
     @ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊;3宸插鐞�")
     private Integer isabnormal;
 
+    /**
+     * 浜哄伐鐢佃瘽鏍囪
+     */
+    @Excel(name = " 浜哄伐鐢佃瘽鏍囪 ")
+    @ApiModelProperty(value = "鏄惁浜哄伐鎵撹繃鐢佃瘽 0-娌℃墦杩� 1-鎵撹繃")
+    private Long isManuallyCalled;
+
     @ApiModelProperty(value = "闅忚閮ㄩ棬缂栫爜闆嗗悎")
     private List<String> visitDeptCodes;
 
@@ -818,4 +825,12 @@
 
     @ApiModelProperty(value = "鎵嬫湳璁板綍id闆嗗悎")
     private List<Long> operationItemIds;
+
+    /**
+     * 骞撮緞
+     */
+    @Excel(name = " 鍑洪櫌鐥呬汉璁板綍ID闆嗗悎")
+    @ApiModelProperty(value = "鍑洪櫌鐥呬汉璁板綍ID闆嗗悎")
+    private List<Long> inhospids;
+
 }

--
Gitblit v1.9.3