buhuazhen
17 小时以前 1049c1f0bcc7e6ba34ed005ba57ea5b4b77efbc5
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");
    }
}