buhuazhen
2026-05-21 46ac98dd7c450f5a1ddbd7762a4f6e2d036dafc7
src/main/java/com/ruoyi/quality/pojo/QualityInspectParam.java
@@ -84,5 +84,12 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    // 导出使用
    @TableField(select = false, exist = false)
    private Integer index;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}