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