liusheng
2024-06-05 01bbc8f0563b33dd5ce6d59f76c3bae9931615dd
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,16 +208,16 @@
    @ApiModelProperty(value = "是否存在操作:1 新增 2修改 3删除")
    private Integer isoperation;
    /**
     * 基础指标类型
     */
    @ApiModelProperty(value = "基础指标类型")
    private Integer targetType;
//    /**
//     * 基础指标类型
//     */
//    @ApiModelProperty(value = "基础指标类型")
//    private Integer targetType;
    /**
     * 基础指标id
     */
    @ApiModelProperty(value = "基础指标id")
    @ApiModelProperty(value = "基础指标id(暂时当本题序号)")
    private Integer targetid;
@@ -228,8 +228,42 @@
    private Integer targetValue;
    /**
     * 标题
     */
    @Excel(name = "标题")
    @ApiModelProperty(value = "标题")
    private String questiontitle;
    /**
     * 下一题
     */
    @ApiModelProperty(value = "下一题")
    private Integer nextQuestion;
    /**
     * 标签
     */
    @Excel(name = "其它数据(存储变量)")
    @ApiModelProperty(value = "其它数据(存储变量)")
    private String otherdata;
    /**
     * 是否必填(给人工用的,AI不用遵守)
     */
    @Excel(name = "是否必填(给人工用的,AI不用遵守)")
    @ApiModelProperty(value = "是否必填(给人工用的,AI不用遵守)")
    private String isMust;
//    /**
//     * 问题结果(给“值类型”是文本或者数值用的)
//     */
//    @Excel(name = "问题结果(给“值类型”是文本或者数值用的)")
//    @ApiModelProperty(value = "问题结果(给“值类型”是文本或者数值用的)")
//    private String questionResult;
    /**
     * 话术选项
     */
    @ApiModelProperty(value = "话术选项")
    private List<IvrLibaTemplateTargetoption> ivrLibaTemplateTargetoptionList = new ArrayList<>();
    private List<IvrLibaTemplateTargetoption> ivrLibaScriptTargetoptionList = new ArrayList<>();
}