feat(park):基本完成园区功能接口的迁移。

This commit is contained in:
徐涛
2023-06-03 22:48:33 +08:00
parent 98f3bdec0a
commit c22e7e7dc0
9 changed files with 1041 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ func App() *fiber.App {
controller.InitializeUserHandlers(app)
controller.InitializeRegionHandlers(app)
controller.InitializeChargeHandlers(app)
controller.InitializeParkHandlers(app)
return app
}