校园商户

This commit is contained in:
liu
2026-06-17 09:13:49 +08:00
parent 86be1c230e
commit 254823e308
50 changed files with 2186 additions and 40 deletions
+13
View File
@@ -31,6 +31,13 @@ import forumSensitiveWord from "./forum/sensitive-word";
import forumPostLike from "./forum/post-like";
import forumPostFavorite from "./forum/post-favorite";
import merchantCategory from "./merchant/category";
import merchantStore from "./merchant/store";
import merchantProductCategory from "./merchant/product-category";
import merchantProduct from "./merchant/product";
import merchantPrinter from "./merchant/printer";
import merchantPrintTask from "./merchant/print-task";
import userProfile from "./user/profile";
import xinForm from "./components/xin-form";
@@ -67,6 +74,12 @@ export default {
...forumSensitiveWord,
...forumPostLike,
...forumPostFavorite,
...merchantCategory,
...merchantStore,
...merchantProductCategory,
...merchantProduct,
...merchantPrinter,
...merchantPrintTask,
...userProfile,
...xinForm,
...xinTable,