创建管理后端仓库

This commit is contained in:
2025-03-15 16:07:45 +08:00
commit 27e0ed2994
10 changed files with 861 additions and 0 deletions

7
web/router.go Normal file
View File

@@ -0,0 +1,7 @@
package web
import "github.com/gofiber/fiber/v2"
func UseRoute(app *fiber.App) {
}