liusheng
9 小时以前 141eef1ac1e9111fb33f96a95b59ba69422f8688
smartor/src/main/java/com/smartor/domain/SvyLibTemplateScriptVO.java
@@ -132,8 +132,8 @@
    /**
     * 是否必填   0必填   1不必填
     */
    @Excel(name = " 是否必填   0必填   1不必填")
    @ApiModelProperty("是否必填   0必填   1不必填")
    @Excel(name = " 是否必填   1必填   2不必填(默认)")
    @ApiModelProperty("是否必填   1必填   2不必填(默认)")
    private String ismandatory;
    /**
@@ -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;