From 4bd9498d45b4d9f4bc948c04ec8efc9bb02d937e Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期六, 06 七月 2024 10:12:25 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
index cb9f855..7d65022 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;
@@ -28,7 +29,7 @@
* $column.columnComment
*/
@ApiModelProperty(value = "涓婚敭")
- private Long targetID;
+ private Long id;
/**
* 鍒嗙粍ID
@@ -76,8 +77,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;
/**
* 鏄惁寮傚父鏍囪瘑
@@ -170,6 +171,11 @@
@Excel(name = "閫傜敤鏂瑰紡")
@ApiModelProperty(value = "閫傜敤鏂瑰紡")
private String suitWay;
+
+ @Excel(name = "閫傜敤鏂瑰紡(澶氶��)")
+ @ApiModelProperty(value = "閫傜敤鏂瑰紡(澶氶��)")
+ private List<String> suitWayList;
+
/**
* pageNum
*/
@@ -200,4 +206,14 @@
@ApiModelProperty(value = "鏍囩闆嗗悎")
private List<BaseTag> baseTagList = new ArrayList<>();
+ @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�")
+ private String reply;
+
+ /**
+ * 璇磋瘽鍐呭
+ */
+ @Excel(name = "璇磋瘽鍐呭")
+ @ApiModelProperty(value = "璇磋瘽鍐呭")
+ private String content;
+
}
--
Gitblit v1.9.3