add
wangpengfei
2023-07-20 aab89dff18f597d4cdd10c73b9ad8c3c14d82d28
api/v1/index.go
@@ -44,6 +44,13 @@
   ServiceFollowupApi
   CustomerServiceSheetApi
   ServiceFeeManageApi
   AuthorityApi
   MenuApi
   GetAllDataApi
   DepartmentApi
   VettingApi
   SatisfactionApi
   TimelyRateApi
}
var ApiGroup = new(Group)
@@ -87,4 +94,12 @@
   serviceFollowupService      = service.ServiceGroup.FollowupService
   customerServiceSheetService = service.ServiceGroup.CustomerServiceSheetService
   serviceFeeManageService     = service.ServiceGroup.FeeManageService
   casbinService               = service.ServiceGroup.CasbinService
   authorityService            = service.ServiceGroup.AuthorityService
   menuService                 = service.ServiceGroup.MenuService
   allDataServer               = service.ServiceGroup.DataServer
   departmentService           = service.ServiceGroup.DepartmentService
   vettingService              = service.ServiceGroup.VettingService
   satisfactionService         = service.ServiceGroup.SatisfactionService
   timelyRateService           = service.ServiceGroup.TimelyRateService
)