41 lines
696 B
JavaScript
Raw Normal View History

2025-11-12 14:15:43 +08:00
import activity from "./activity"
import app from "./app"
import cart from "./cart"
import category from "./category"
import chat from "./chat"
import commission from "./commission"
import coupon from "./coupon"
import data from "./data"
import goods from "./goods"
import order from "./order"
import pay from "./pay"
import third from "./third"
import trade from "./trade"
import user from "./user"
import rent from "./rent"
import school from "./school"
import home from "./home"
import staff from "./staff"
export default {
activity,
app,
cart,
category,
chat,
commission,
coupon,
data,
goods,
order,
pay,
third,
trade,
user,
rent,
school,
home,
staff,
}