jenkins
9 天以前 37e8d3271fdc473ab9f756a3445f595d3babeab7
src/main/java/com/ruoyi/common/config/IgnoreTableConfig.java
@@ -33,5 +33,12 @@
        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("sys_notice");
        IGNORE_TABLES.add("sys_user_client");
        IGNORE_TABLES.add("product_model");
        IGNORE_TABLES.add("ai_chat_session");
        IGNORE_TABLES.add("product");
    }
}