package v1 import ( "lc-base-frame/api/v1/system" ) type ApiGroup struct { SystemApiGroup system.ApiGroup } var ApiGroupApp = new(ApiGroup)