package router import ( "sundynix-go/router/system" ) var GroupApp = new(Group) // Group 路由组 type Group struct { System system.SysRouterGroup }