bygdata/router/enter.go
2026-03-10 14:09:43 +00:00

14 lines
203 B
Go

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