zss
2023-07-20 65fd581bef13be2380e481cc341b81c58a061a4a
inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/Plan.java
@@ -31,8 +31,8 @@
    @ApiModelProperty(value = "计划编号")
    private Integer id;
    @ApiModelProperty(value = "检验结果")
    private Integer results;
    @ApiModelProperty(value = "检验结果 0:未完成;1:已完成;")
    private int results;
    @ApiModelProperty(value = "试验说明")
    private String thing;