This commit is contained in:
PandaX-Go
2024-08-25 19:58:05 +08:00
parent 96e2500fad
commit 77ac18c21b
157 changed files with 249 additions and 5190 deletions

View File

@@ -1,18 +1,18 @@
package router
import (
"github.com/PandaXGO/PandaKit/model"
"pandax/apps/system/api"
"pandax/apps/system/api/form"
"pandax/apps/system/api/vo"
"pandax/apps/system/entity"
"pandax/apps/system/services"
"pandax/kit/model"
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"
"github.com/PandaXGO/PandaKit/restfulx"
logServices "pandax/apps/log/services"
"pandax/kit/restfulx"
)
func InitUserRouter(container *restful.Container) {