From af73b41c2b027d8d74ce417e2f10008337577128 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 29 十月 2025 14:07:06 +0800
Subject: [PATCH] 新增服务补偿,用户查询BUG修改

---
 smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java |   23 +++++++++++++++++++++++
 1 files changed, 23 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 26cda95..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")
@@ -320,6 +335,14 @@
     private Integer sort;
 
     /**
+     * 寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊
+     */
+    @ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊")
+    private Long isabnormal;
+
+    private List<Integer> sendTaskids;
+
+    /**
      * 璇濇湳閫夐」
      */
     @ApiModelProperty(value = "璇濇湳閫夐」")

--
Gitblit v1.9.3