liusheng
2024-11-29 8d913e5594f45ca2a4ce656ea9feb99ffe715913
smartor/src/main/java/com/smartor/domain/IvrLibaTarget.java
@@ -36,6 +36,13 @@
    private String groupid;
    /**
     * 适用题型(单选、多选、埴空、组合)
     */
    @Excel(name = "适用题型(单选、多选、埴空、组合)")
    @ApiModelProperty(value = "适用题型(单选、多选、埴空、组合)")
    private String scriptType;
    /**
     * 指标类型
     */
    @Excel(name = "指标类型")
@@ -194,5 +201,9 @@
    @Excel(name = "pageSize")
    private Integer pageSize;
    @ApiModelProperty(value = "用于查询标签的,不用于存数据")
    private String tagName;
    @ApiModelProperty(value = "用于查询标签的,不用于存数据")
    private String optionDesc;
}