zss
2023-08-07 8f6ffe3ec5691fe2eb1ab6caf49748ff94d8e0fb
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;
}