陈昶聿
11 小时以前 0d10bc99eec75672b049339399e4f762fbd9746e
smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
@@ -46,7 +46,7 @@
     */
    @Excel(name = "分数")
    @ApiModelProperty(value = "分数")
    private BigDecimal score;
    private String score;
    /**
     * 任务id
@@ -392,6 +392,20 @@
    private String reportDeptPersonCode;
    /**
     * 流转科室责任人编码 (如果多个科室用逗号分割)
     */
    @Excel(name = "流转科室责任人编码(如果多个科室用逗号分割)")
    @ApiModelProperty(value = "流转科室责任人编码(如果多个科室用逗号分割)")
    private String circulationDeptPersonCode;
    /**
     * 流转科室责任人名称 (如果多个科室用逗号分割)
     */
    @Excel(name = "流转科室责任人名称(如果多个科室用逗号分割)")
    @ApiModelProperty(value = "流转科室责任人名称(如果多个科室用逗号分割)")
    private String circulationDeptPersonName;
    /**
     * 话术选项
     */
    @ApiModelProperty(value = "话术选项")