package service import ( "lc-base-frame/service/system" ) type ServiceGroup struct { SystemServiceGroup system.ServiceGroup //ExampleServiceGroup example.ServiceGroup } var ServiceGroupApp = new(ServiceGroup)