liusheng
2024-07-06 4bd9498d45b4d9f4bc948c04ec8efc9bb02d937e
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类型
@@ -208,11 +208,11 @@
    @ApiModelProperty(value = "是否存在操作:1 新增 2修改 3删除")
    private Integer isoperation;
    /**
     * 基础指标类型
     */
    @ApiModelProperty(value = "基础指标类型")
    private Integer targetType;
//    /**
//     * 基础指标类型
//     */
//    @ApiModelProperty(value = "基础指标类型")
//    private Integer targetType;
    /**
     * 基础指标id
@@ -254,12 +254,12 @@
    @ApiModelProperty(value = "是否必填(给人工用的,AI不用遵守)")
    private String isMust;
    /**
     * 问题结果(给“值类型”是文本或者数值用的)
     */
    @Excel(name = "问题结果(给“值类型”是文本或者数值用的)")
    @ApiModelProperty(value = "问题结果(给“值类型”是文本或者数值用的)")
    private String questionResult;
//    /**
//     * 问题结果(给“值类型”是文本或者数值用的)
//     */
//    @Excel(name = "问题结果(给“值类型”是文本或者数值用的)")
//    @ApiModelProperty(value = "问题结果(给“值类型”是文本或者数值用的)")
//    private String questionResult;
    /**
     * 话术选项