maven
2026-02-09 f1d8758ef272baea2a76647b8038854bd3523cb3
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -133,5 +133,10 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 类别(0:未提交;1:已提交)
     */
    private Integer inspectState;
}