gongchunyi
2026-05-16 bbe9fb61a7e3fbad1745bc09dc3e3c100eacc8b6
src/main/java/com/ruoyi/common/config/IgnoreTableConfig.java
@@ -32,5 +32,8 @@
        IGNORE_TABLES.add("DepartmentHierarchy");
        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");
    }
}