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