From fd6dca0c559c08129b7e0abdf67093b1a728ffd3 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 29 十一月 2024 17:21:00 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java
index 25f793e..d1099f7 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java
@@ -47,6 +47,13 @@
@Excel(name = "绫诲埆鍚嶇О")
private String categoryName;
+ /**
+ * 閫変腑鎻愮ず
+ */
+ @ApiModelProperty(value = "閫変腑鎻愮ず")
+ @Excel(name = "閫変腑鎻愮ず")
+ private String prompt;
+
@ApiModelProperty(value = "鎸囨爣鍊�")
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
private String targetvalue;
@@ -174,6 +181,9 @@
@ApiModelProperty(value = "闄勪欢淇℃伅")
private String appenddesc;
+
+ @ApiModelProperty(value = "闄勪欢淇℃伅")
+ private String picturePath;
/**
* pageNum
*/
@@ -188,4 +198,7 @@
@Excel(name = "pageSize")
private Integer pageSize;
+ @ApiModelProperty(value = "鏄惁缁撴潫 0锛氫笉缁撴潫 1锛氱粨鏉�")
+ private Integer isEnd;
+
}
--
Gitblit v1.9.3