From 36c95e19d39eb855c7a3ae23b4468d5cd3cb88ed Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 30 十月 2025 18:24:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
index 3f81852..f1d08d0 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
@@ -67,6 +67,21 @@
     private Long templateID;
 
     /**
+     * 闂缁撴灉
+     */
+    @Excel(name = "闂缁撴灉")
+    @ApiModelProperty(value = "闂缁撴灉")
+    private String scriptResult;
+
+    /**
+     * 闂缁撴灉
+     */
+    @Excel(name = "闂缁撴灉")
+    @ApiModelProperty(value = "闂缁撴灉ID")
+    private String scriptResultId;
+
+
+    /**
      * 璇濇湳ID
      */
     @Excel(name = "璇濇湳ID")
@@ -325,6 +340,8 @@
     @ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊")
     private Long isabnormal;
 
+    private List<Integer> sendTaskids;
+
     /**
      * 璇濇湳閫夐」
      */

--
Gitblit v1.9.3