zss
2023-08-28 f32e75ed3d34f31da74c0199d53139268e9cd560
inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/ReportVo.java
@@ -37,6 +37,10 @@
    @JsonSerialize
    private String conclusion;
    @ApiModelProperty(value = "检验类型")
    @JsonSerialize
    private int type;
    @ApiModelProperty(value = "审批状态 0:待提交 1:待审核;2:已通过 3:不通过")
    @JsonSerialize
    private Integer status;