From 10aaa035f5be0312304d20f022bdb714a8f4900a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 11 十二月 2024 22:16:23 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java |   45 +++++++++++++++++++++++++++++++++++++++------
 1 files changed, 39 insertions(+), 6 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
index 7abfdb2..7144702 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
@@ -1,5 +1,6 @@
 package com.smartor.domain;
 
+import com.alibaba.fastjson.JSON;
 import com.fasterxml.jackson.annotation.JsonFormat;
 import com.ruoyi.common.annotation.Excel;
 import com.ruoyi.common.core.domain.BaseEntity;
@@ -9,6 +10,7 @@
 import org.apache.commons.lang3.builder.ToStringBuilder;
 import org.apache.commons.lang3.builder.ToStringStyle;
 
+import java.util.ArrayList;
 import java.util.Date;
 import java.util.List;
 
@@ -20,14 +22,14 @@
  */
 @Data
 @ApiModel(value = "IvrLibaTargetVO", description = "鎸囨爣搴撳璞¤繑鍙�")
-public class IvrLibaTargetVO {
+public class IvrLibaTargetVO  extends BaseEntity {
     private static final long serialVersionUID = 1L;
 
     /**
      * $column.columnComment
      */
     @ApiModelProperty(value = "涓婚敭")
-    private Long targetID;
+    private Long id;
 
     /**
      * 鍒嗙粍ID
@@ -35,6 +37,13 @@
     @Excel(name = "鍒嗙粍ID")
     @ApiModelProperty(value = "鍒嗙粍ID")
     private String groupid;
+
+    /**
+     * 閫傜敤棰樺瀷(鍗曢�夈�佸閫夈�佸煷绌恒�佺粍鍚�)
+     */
+    @Excel(name = "閫傜敤棰樺瀷(鍗曢�夈�佸閫夈�佸煷绌恒�佺粍鍚�)")
+    @ApiModelProperty(value = "閫傜敤棰樺瀷(鍗曢�夈�佸閫夈�佸煷绌恒�佺粍鍚�)")
+    private String scriptType;
 
     /**
      * 鎸囨爣绫诲瀷
@@ -75,8 +84,8 @@
      * 鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級
      */
     @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級")
-    @Excel(name = "鍊肩被鍨�", readConverterExp = "1=,閫�=椤�,2=,鏂�=鏈�,3=,鏁�=鍊�")
-    private Long isenable;
+    @Excel(name = "鍊肩被鍨�", readConverterExp = "1=閫夐」,2鏂囨湰,3鏁板��")
+    private Long valueType;
 
     /**
      * 鏄惁寮傚父鏍囪瘑
@@ -169,6 +178,11 @@
     @Excel(name = "閫傜敤鏂瑰紡")
     @ApiModelProperty(value = "閫傜敤鏂瑰紡")
     private String suitWay;
+
+    @Excel(name = "閫傜敤鏂瑰紡(澶氶��)")
+    @ApiModelProperty(value = "閫傜敤鏂瑰紡(澶氶��)")
+    private List<String> suitWayList;
+
     /**
      * pageNum
      */
@@ -186,10 +200,29 @@
     @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")
     private Integer isoperation;
 
+    /**
+     * 鍙傛暟鍙橀噺
+     */
+    @ApiModelProperty("鍙傛暟鍙橀噺")
+    @Excel(name = "鍙傛暟鍙橀噺")
+    private String parameter;
+
     @ApiModelProperty(value = "鎸囨爣閫夐」闆嗗悎")
-    private List<IvrLibaTargetoption> targetoptionList;
+    private List<IvrLibaTargetoption> targetoptionList = new ArrayList<>();
 
     @ApiModelProperty(value = "鏍囩闆嗗悎")
-    private List<BaseTag> baseTagList;
+    private List<IvrLibaTargetTag> ivrLibaTargetTagList = new ArrayList<>();
 
+    @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�")
+    private String reply;
+
+    /**
+     * 璇磋瘽鍐呭
+     */
+    @Excel(name = "璇磋瘽鍐呭")
+    @ApiModelProperty(value = "璇磋瘽鍐呭")
+    private String content;
+
+    @ApiModelProperty(value = "鐢ㄤ簬鏌ヨ鏍囩鐨勶紝涓嶇敤浜庡瓨鏁版嵁")
+    private String optionDesc;
 }

--
Gitblit v1.9.3