package crm import "server/service" type ApiGroup struct { CustomerApi CustomerGenreApi ProgressApi } var ( customerService = service.ServiceGroupApp.CRMServiceGroup.CustomerService customerGenreService = service.ServiceGroupApp.CRMServiceGroup.CustomerGenreService progressService = service.ServiceGroupApp.CRMServiceGroup.ProgressService )