liusheng
2024-06-19 e52b0e34fc06372aab64c30b526ec289b99c9af7
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -132,19 +132,19 @@
    @ApiModelProperty(value = "类别名")
    private String categoryName;
    /**
     * 指标选项
     */
    @Excel(name = "指标选项")
    @ApiModelProperty(value = "指标选项")
    private String targetOptions;
    /**
     * 语言
     */
    @Excel(name = "语言")
    @ApiModelProperty(value = "语言")
    private String language;
//    /**
//     * 指标选项
//     */
//    @Excel(name = "指标选项")
//    @ApiModelProperty(value = "指标选项")
//    private String targetOptions;
//
//    /**
//     * 语言
//     */
//    @Excel(name = "语言")
//    @ApiModelProperty(value = "语言")
//    private String language;
    /**
     * 只能播放WAV类型
@@ -158,7 +158,7 @@
     */
    @Excel(name = "值类型", readConverterExp = "1=,选=项,2=,文=本,3=,数=值")
    @ApiModelProperty(value = "值类型(1 选项  2 文本  3 数值)")
    private Long isEnable;
    private Long valueType;
    /**
     * 删除标记
@@ -208,11 +208,11 @@
    @ApiModelProperty(value = "是否存在操作:1 新增 2修改 3删除")
    private Integer isoperation;
    /**
     * 基础指标类型
     */
    @ApiModelProperty(value = "基础指标类型")
    private Integer targetType;
//    /**
//     * 基础指标类型
//     */
//    @ApiModelProperty(value = "基础指标类型")
//    private Integer targetType;
    /**
     * 基础指标id
@@ -248,6 +248,20 @@
    private String otherdata;
    /**
     * 是否必填(给人工用的,AI不用遵守)
     */
    @Excel(name = "是否必填(给人工用的,AI不用遵守)")
    @ApiModelProperty(value = "是否必填(给人工用的,AI不用遵守)")
    private String isMust;
//    /**
//     * 问题结果(给“值类型”是文本或者数值用的)
//     */
//    @Excel(name = "问题结果(给“值类型”是文本或者数值用的)")
//    @ApiModelProperty(value = "问题结果(给“值类型”是文本或者数值用的)")
//    private String questionResult;
    /**
     * 话术选项
     */
    @ApiModelProperty(value = "话术选项")