From f55c563e2a0b52e4569ce6b5f81632cac598f7fe Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 30 十月 2024 18:36:55 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java | 23 +++++++++++++++++++++++ 1 files changed, 23 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 968ae44..2e66f28 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; @@ -115,6 +122,13 @@ private Long warndown; /** + * 椤哄簭搴忓彿 + */ + @ApiModelProperty(value = "椤哄簭搴忓彿") + @Excel(name = "椤哄簭搴忓彿") + private Long orderno; + + /** * 鍒犻櫎鏍囪 */ @ApiModelProperty(value = "鍒犻櫎鏍囪") @@ -161,6 +175,15 @@ @ApiModelProperty(value = "鎬绘潯鏁�") private Integer allitems; + + @ApiModelProperty(value = "閫夐」闄勫姞鏍囪瘑") + private String appendflag; + + @ApiModelProperty(value = "闄勪欢淇℃伅") + private String appenddesc; + + @ApiModelProperty(value = "闄勪欢淇℃伅") + private String picturePath; /** * pageNum */ -- Gitblit v1.9.3