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