From da6cce0d9f01b98d20b9ed89b438cd32006a8dd8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 22 十一月 2024 17:17:10 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaScript.java | 29 ++++++++++++++++++++++++++++-
1 files changed, 28 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
index cb743a1..4e0c997 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
@@ -50,11 +50,18 @@
private String scriptDesc;
/**
+ * 闂鍥剧墖璺緞
+ */
+ @ApiModelProperty("闂鍥剧墖璺緞")
+ @Excel(name = "闂鍥剧墖璺緞")
+ private String picturePath;
+
+ /**
* 璇濇湳璇煶
*/
@ApiModelProperty("璇濇湳璇煶")
@Excel(name = "璇濇湳璇煶")
- private String scriptVoice;
+ private String ivrVoice;
/**
* 鏃犲尮閰嶈瘽鏈�
@@ -316,5 +323,25 @@
@ApiModelProperty(value = "鏍囩")
private String tag;
+ /**
+ * 璇濇湳璇煶鏂囨湰
+ */
+ @Excel(name = "璇濇湳璇煶鏂囨湰")
+ @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰")
+ private String ivrtext;
+
+ /**
+ * pageNum
+ */
+ @ApiModelProperty(value = "pageNum")
+ @Excel(name = "pageNum")
+ private Integer pageNum;
+
+ /**
+ * pageSize
+ */
+ @ApiModelProperty(value = "pageSize")
+ @Excel(name = "pageSize")
+ private Integer pageSize;
}
--
Gitblit v1.9.3