add
wangpengfei
2023-07-20 aab89dff18f597d4cdd10c73b9ad8c3c14d82d28
api/v1/index.go
@@ -50,6 +50,7 @@
   DepartmentApi
   VettingApi
   SatisfactionApi
   TimelyRateApi
}
var ApiGroup = new(Group)
@@ -100,4 +101,5 @@
   departmentService           = service.ServiceGroup.DepartmentService
   vettingService              = service.ServiceGroup.VettingService
   satisfactionService         = service.ServiceGroup.SatisfactionService
   timelyRateService           = service.ServiceGroup.TimelyRateService
)