liusheng
2024-09-04 9526971c403417c1c007804f24884c443b9e6cd7
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 = "话术内容")
@@ -77,6 +84,13 @@
    private String scriptVoice;
    /**
     * 问题结果
     */
    @Excel(name = "问题结果")
    @ApiModelProperty(value = "问题结果")
    private String scriptResult;
    /**
     * 无匹配话术
     */
    @Excel(name = "无匹配话术")