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 |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
index 987bdc6..7144702 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
@@ -22,7 +22,7 @@
  */
 @Data
 @ApiModel(value = "IvrLibaTargetVO", description = "鎸囨爣搴撳璞¤繑鍙�")
-public class IvrLibaTargetVO {
+public class IvrLibaTargetVO  extends BaseEntity {
     private static final long serialVersionUID = 1L;
 
     /**
@@ -211,7 +211,7 @@
     private List<IvrLibaTargetoption> targetoptionList = new ArrayList<>();
 
     @ApiModelProperty(value = "鏍囩闆嗗悎")
-    private List<BaseTag> baseTagList = new ArrayList<>();
+    private List<IvrLibaTargetTag> ivrLibaTargetTagList = new ArrayList<>();
 
     @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�")
     private String reply;
@@ -223,4 +223,6 @@
     @ApiModelProperty(value = "璇磋瘽鍐呭")
     private String content;
 
+    @ApiModelProperty(value = "鐢ㄤ簬鏌ヨ鏍囩鐨勶紝涓嶇敤浜庡瓨鏁版嵁")
+    private String optionDesc;
 }

--
Gitblit v1.9.3