liusheng
2024-12-11 10aaa035f5be0312304d20f022bdb714a8f4900a
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;
}