XiaoRuby
2023-09-23 064457406bda554e713aea8bada1bb066be42b8e
inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/InspectionVo.java
@@ -100,4 +100,14 @@
    @JsonSerialize
    @NotNull(message = "检验项目版本不能为空")
    private Integer version;
    /**
     * 型号id
     */
    private String specificationId;
    /**
     * 备注
     */
    private String notes;
}