bygdata/router/enter.go
liuzhiwang e57ec346ea add
2026-02-02 17:57:11 +08:00

14 lines
211 B
Go

package router
import (
"byg-backend/router/example"
"byg-backend/router/system"
)
var RouterGroupApp = new(RouterGroup)
type RouterGroup struct {
System system.RouterGroup
Example example.RouterGroup
}