liyong
2026-01-28 f23bb8ce948f64e22276b3fa5fe6ba37c24dcd06
src/main/java/com/ruoyi/common/config/IgnoreTableConfig.java
@@ -33,5 +33,11 @@
        IGNORE_TABLES.add("sys_oper_log");
        IGNORE_TABLES.add("sys_user_dept");
        IGNORE_TABLES.add("sys_job_log");
        IGNORE_TABLES.add("gen_table");
        IGNORE_TABLES.add("gen_table_column");
        IGNORE_TABLES.add("stock_in_record");
        IGNORE_TABLES.add("stock_inventory");
        IGNORE_TABLES.add("stock_out_record");
        IGNORE_TABLES.add("stock_uninventory");
    }
}