liyong
8 天以前 86fc2148b726357e42d8072f7f2f3641411cca5f
src/main/java/com/ruoyi/quality/pojo/QualityInspect.java
@@ -133,5 +133,12 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 类别(0:未提交;1:已提交)
     */
    private Integer inspectState;
    private Long purchaseLedgerId;
}