XiaoRuby
2023-08-24 fc72c9174c705d3b2d7e40e687c04e348bfe098f
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;