inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/InspectionVo.java
@@ -91,6 +91,7 @@ @NotNull(message = "检验结束时间不能为空") private Date endTime; //试验项目(委托专属) @JsonSerialize private String experiment; @@ -99,4 +100,14 @@ @JsonSerialize @NotNull(message = "检验项目版本不能为空") private Integer version; /** * 型号id */ private String specificationId; /** * 备注 */ private String notes; }