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;