inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java
@@ -60,7 +60,7 @@ @ApiModelProperty(value = "LinkBasicInformation对象Id", hidden = true) private Integer linkBasicId; @TableLogic(value = "1", delval = "0") @ApiModelProperty(value = "逻辑删除 正常>=1,删除<=0", hidden = true) private Integer state; @@ -79,4 +79,7 @@ @ApiModelProperty(value = "检验状态", hidden = true) private Integer inspectionStatus; @ApiModelProperty(value = "规格型号名称", hidden = true) private String speName; }