liusheng
2024-10-22 580f358ce4e50816211d69ff6e31817b6593d731
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -56,6 +56,13 @@
    private String scriptPoint;
    /**
     * 分数
     */
    @Excel(name = "分数")
    @ApiModelProperty(value = "分数")
    private Long score;
    /**
     * 话术内容
     */
    @Excel(name = "话术内容")
@@ -74,7 +81,21 @@
     */
    @Excel(name = "话术语音")
    @ApiModelProperty(value = "话术语音")
    private String scriptVoice;
    private String ivrVoice;
    /**
     * 话术语音文本
     */
    @Excel(name = "话术语音文本")
    @ApiModelProperty(value = "话术语音文本")
    private String ivrtext;
    /**
     * 问题结果
     */
    @Excel(name = "问题结果")
    @ApiModelProperty(value = "问题结果")
    private String scriptResult;
    /**
     * 无匹配话术
@@ -91,6 +112,14 @@
    private String noMatchVoice;
    /**
     * 组别
     */
    @Excel(name = "组别")
    @ApiModelProperty(value = "组别")
    private String groupName;
    /**
     * 静默话术
     */
    @Excel(name = "静默话术")