liusheng
2024-08-02 57ae7faf87e490576141ff19727057d2f7ad1840
smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
@@ -27,7 +27,7 @@
     * 主键ID
     */
    @ApiModelProperty(value = "主键")
    private Long ID;
    private Long id;
    /**
     * 任务id
@@ -41,7 +41,15 @@
     */
    @Excel(name = "模板话术编号")
    @ApiModelProperty(value = "模板话术编号")
    private Long templateQuestionNum;
    private Long scriptno;
    /**
     * 适用题型(1.单选 2多选 3填空 4其它)
     */
    @Excel(name = "适用题型(1.单选 2多选 3填空 4其它)")
    @ApiModelProperty(value = "适用题型(1.单选 2多选 3问答 4填空  5其它)")
    private String scriptType;
    /**
     * 模板ID
@@ -69,14 +77,14 @@
     */
    @Excel(name = "话术内容")
    @ApiModelProperty(value = "话术内容")
    private String questionText;
    private String scriptContent;
    /**
     * 话术语音
     */
    @Excel(name = "话术语音")
    @ApiModelProperty(value = "话术语音")
    private String questionVoice;
    private String scriptVoice;
    /**
     * 无匹配话术
@@ -237,14 +245,14 @@
     */
    @Excel(name = "标题")
    @ApiModelProperty(value = "标题")
    private String questiontitle;
    private String scriptTopic;
    /**
     * 下一题
     */
    @Excel(name = "下一题")
    @ApiModelProperty(value = "下一题")
    private Long nextQuestion;
    private Long nextScriptno;
    /**
     * 其它数据(存储变量)