liusheng
2024-09-18 907641e56c2085aaa81f267946dc3e3e9fca73e7
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 = "话术内容")
@@ -75,6 +82,13 @@
    @Excel(name = "话术语音")
    @ApiModelProperty(value = "话术语音")
    private String scriptVoice;
    /**
     * 问题结果
     */
    @Excel(name = "问题结果")
    @ApiModelProperty(value = "问题结果")
    private String scriptResult;
    /**
     * 无匹配话术
@@ -237,6 +251,12 @@
    @ApiModelProperty(value = "是否存在操作:1 新增 2修改 3删除")
    private Integer isoperation;
    /**
     * 序号
     */
    @ApiModelProperty(value = "序号")
    private Integer sort;
//    /**
//     * 基础指标类型
//     */