add
wangpengfei
2023-07-14 5f00d720ea52ababeb10954da4d33ab6c46e93b7
api/v1/index.go
@@ -44,6 +44,8 @@
   ServiceFollowupApi
   CustomerServiceSheetApi
   ServiceFeeManageApi
   AuthorityApi
   MenuApi
}
var ApiGroup = new(Group)
@@ -87,4 +89,7 @@
   serviceFollowupService      = service.ServiceGroup.FollowupService
   customerServiceSheetService = service.ServiceGroup.CustomerServiceSheetService
   serviceFeeManageService     = service.ServiceGroup.FeeManageService
   casbinService               = service.ServiceGroup.CasbinService
   authorityService            = service.ServiceGroup.AuthorityService
   menuService                 = service.ServiceGroup.MenuService
)