zss
7 天以前 d143cbeb17351237ca16e13d1e65ae72671de6d2
src/main/java/com/ruoyi/common/config/IgnoreTableConfig.java
@@ -36,6 +36,9 @@
        IGNORE_TABLES.add("gen_table");
        IGNORE_TABLES.add("sys_notice");
        IGNORE_TABLES.add("sys_user_client");
        IGNORE_TABLES.add("gen_table_column");
        IGNORE_TABLES.add("product_model");
        IGNORE_TABLES.add("ai_chat_session");
        IGNORE_TABLES.add("product");
    }
}