inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/LinkDetection.java
@@ -81,4 +81,10 @@ @ApiModelProperty(value = "更新时间", hidden = true) @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date updateTime; @ApiModelProperty(value = "检验日期", hidden = true) private Date dateSurvey; @ApiModelProperty(value = "检验状态", hidden = true) private Integer inspectionStatus; }