zss
3 天以前 6beedcff97476af1d562fdb8c99b1a2e418c4e4a
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");
    }
}