陈昶聿
11 小时以前 0d10bc99eec75672b049339399e4f762fbd9746e
smartor/src/main/java/com/smartor/domain/SvyLibTemplateScriptVO.java
@@ -274,7 +274,7 @@
     */
    @Excel(name = "题目分值:数字1,2等;字母A、B,C,D等;")
    @ApiModelProperty("题目分值:数字1,2等;字母A、B,C,D等;")
    private BigDecimal score;
    private String score;
    /**
     * 题目主题
@@ -331,6 +331,22 @@
    @ApiModelProperty(value = "报备科室责任人编码(如果多个科室用逗号分割)")
    private String reportDeptPersonCode;
    /**
     * 流转科室责任人编码 (如果多个科室用逗号分割)
     */
    @Excel(name = "流转科室责任人编码(如果多个科室用逗号分割)")
    @ApiModelProperty(value = "流转科室责任人编码(如果多个科室用逗号分割)")
    private String circulationDeptPersonCode;
    /**
     * 流转科室责任人名称 (如果多个科室用逗号分割)
     */
    @Excel(name = "流转科室责任人名称(如果多个科室用逗号分割)")
    @ApiModelProperty(value = "流转科室责任人名称(如果多个科室用逗号分割)")
    private String circulationDeptPersonName;
    @Excel(name = "分类ID集合")
    @ApiModelProperty(value = "分类ID集合")
    private List<Long> categoryids;