zss
8 天以前 9a1410301e75363f45bcb0ae704528d639c566ea
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");
    }
}