From c45c7c3340efdc57342432b84be26d889d633edf Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期六, 20 七月 2024 16:49:27 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaScript.java | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 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..f8fab37 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
@@ -50,6 +50,13 @@
private String scriptDesc;
/**
+ * 闂鍥剧墖璺緞
+ */
+ @ApiModelProperty("闂鍥剧墖璺緞")
+ @Excel(name = "闂鍥剧墖璺緞")
+ private String picturePath;
+
+ /**
* 璇濇湳璇煶
*/
@ApiModelProperty("璇濇湳璇煶")
@@ -316,5 +323,18 @@
@ApiModelProperty(value = "鏍囩")
private String tag;
+ /**
+ * pageNum
+ */
+ @ApiModelProperty(value = "pageNum")
+ @Excel(name = "pageNum")
+ private Integer pageNum;
+
+ /**
+ * pageSize
+ */
+ @ApiModelProperty(value = "pageSize")
+ @Excel(name = "pageSize")
+ private Integer pageSize;
}
--
Gitblit v1.9.3