liusheng
2024-07-06 ebf745653041ac8da2d365e3c80c92b273c2bbc4
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -33,7 +33,7 @@
     */
    @Excel(name = "模板话术编号")
    @ApiModelProperty(value = "模板话术编号")
    private Long templateQuestionNum;
    private Long scriptno;
    /**
     * 模板ID
@@ -53,21 +53,28 @@
     */
    @Excel(name = "问题点")
    @ApiModelProperty(value = "问题点")
    private String questionPoint;
    private String scriptPoint;
    /**
     * 话术内容
     */
    @Excel(name = "话术内容")
    @ApiModelProperty(value = "话术内容")
    private String questionText;
    private String scriptConten;
    /**
     * 话术描述
     */
    @Excel(name = "话术描述")
    @ApiModelProperty(value = "话术描述")
    private String scriptDesc;
    /**
     * 话术语音
     */
    @Excel(name = "话术语音")
    @ApiModelProperty(value = "话术语音")
    private String questionVoice;
    private String scriptVoice;
    /**
     * 无匹配话术
@@ -132,19 +139,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 +165,7 @@
     */
    @Excel(name = "值类型", readConverterExp = "1=,选=项,2=,文=本,3=,数=值")
    @ApiModelProperty(value = "值类型(1 选项  2 文本  3 数值)")
    private Long isEnable;
    private Long valueType;
    /**
     * 删除标记
@@ -208,11 +215,11 @@
    @ApiModelProperty(value = "是否存在操作:1 新增 2修改 3删除")
    private Integer isoperation;
    /**
     * 基础指标类型
     */
    @ApiModelProperty(value = "基础指标类型")
    private Integer targetType;
//    /**
//     * 基础指标类型
//     */
//    @ApiModelProperty(value = "基础指标类型")
//    private Integer targetType;
    /**
     * 基础指标id
@@ -232,13 +239,13 @@
     */
    @Excel(name = "标题")
    @ApiModelProperty(value = "标题")
    private String questiontitle;
    private String scriptTopic;
    /**
     * 下一题
     */
    @ApiModelProperty(value = "下一题")
    private Integer nextQuestion;
    private Integer nextScriptno;
    /**
     * 标签
@@ -254,6 +261,13 @@
    @ApiModelProperty(value = "是否必填(给人工用的,AI不用遵守)")
    private String isMust;
//    /**
//     * 问题结果(给“值类型”是文本或者数值用的)
//     */
//    @Excel(name = "问题结果(给“值类型”是文本或者数值用的)")
//    @ApiModelProperty(value = "问题结果(给“值类型”是文本或者数值用的)")
//    private String questionResult;
    /**
     * 话术选项
     */