liyong
5 天以前 7e2abbf8f235d20e6c45aa6ce9dceb9eb93fd1c2
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");
    }
}