liusheng
2024-11-29 8d913e5594f45ca2a4ce656ea9feb99ffe715913
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;
@@ -191,4 +198,7 @@
    @Excel(name = "pageSize")
    private Integer pageSize;
    @ApiModelProperty(value = "是否结束 0:不结束   1:结束")
    private Integer isEnd;
}