maven
6 天以前 db807b8e9464af69217f813240e55d9e9b3b4cdb
src/main/java/com/ruoyi/common/config/IgnoreTableConfig.java
@@ -31,5 +31,9 @@
        IGNORE_TABLES.add("common_file");
        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");
    }
}