“zhuo”
2023-08-09 80b2025993331ac057b9a63210be2cb6ba124806
inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/RawMaterial.java
@@ -60,10 +60,10 @@
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private LocalDateTime dateSurvey;
    @ApiModelProperty(value = "状态")
    @ApiModelProperty(value = "状态0:待检测;1:已检测")
    private Integer condition;
    @TableLogic(value = "1", delval = "0")
//    @TableLogic(value = "1", delval = "0")
    @ApiModelProperty(value = "逻辑删除 正常>=1,删除<=0", hidden = true)
    private Integer state;