From 580f358ce4e50816211d69ff6e31817b6593d731 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 22 十月 2024 17:32:50 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
index 59dc22a..dc7f6ff 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -56,6 +56,13 @@
private String scriptPoint;
/**
+ * 鍒嗘暟
+ */
+ @Excel(name = "鍒嗘暟")
+ @ApiModelProperty(value = "鍒嗘暟")
+ private Long score;
+
+ /**
* 璇濇湳鍐呭
*/
@Excel(name = "璇濇湳鍐呭")
@@ -74,7 +81,21 @@
*/
@Excel(name = "璇濇湳璇煶")
@ApiModelProperty(value = "璇濇湳璇煶")
- private String scriptVoice;
+ private String ivrVoice;
+
+ /**
+ * 璇濇湳璇煶鏂囨湰
+ */
+ @Excel(name = "璇濇湳璇煶鏂囨湰")
+ @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰")
+ private String ivrtext;
+
+ /**
+ * 闂缁撴灉
+ */
+ @Excel(name = "闂缁撴灉")
+ @ApiModelProperty(value = "闂缁撴灉")
+ private String scriptResult;
/**
* 鏃犲尮閰嶈瘽鏈�
@@ -91,6 +112,14 @@
private String noMatchVoice;
/**
+ * 缁勫埆
+ */
+ @Excel(name = "缁勫埆")
+ @ApiModelProperty(value = "缁勫埆")
+ private String groupName;
+
+
+ /**
* 闈欓粯璇濇湳
*/
@Excel(name = "闈欓粯璇濇湳")
--
Gitblit v1.9.3