|
|
@@ -27,7 +27,7 @@ public class QualityControlRuleVo implements Serializable {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ *
|
|
|
*/
|
|
|
@ExcelProperty(value = "")
|
|
|
private Long id;
|
|
|
@@ -57,7 +57,7 @@ public class QualityControlRuleVo implements Serializable {
|
|
|
private String ruleDesc;
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
+ *
|
|
|
*/
|
|
|
@ExcelProperty(value = "备注")
|
|
|
private String remark;
|
|
|
@@ -77,6 +77,18 @@ public class QualityControlRuleVo implements Serializable {
|
|
|
@ExcelProperty(value = "质控类型")
|
|
|
private List<Integer> qcTypeList;
|
|
|
|
|
|
+ /**
|
|
|
+ * 主要部门
|
|
|
+ */
|
|
|
+ @ExcelProperty(value = "主要部门")
|
|
|
+ private String primaryDepartment;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 次要部门列表
|
|
|
+ */
|
|
|
+ @ExcelProperty(value = "次要部门列表")
|
|
|
+ private List<String> secondaryDepartmentList;
|
|
|
+
|
|
|
/**
|
|
|
* 是否启用:0-禁用,1-启用
|
|
|
*/
|