enter.go 108 B

12345678
  1. package admin
  2. type ServiceGroup struct {
  3. DepartmentService
  4. ProjectService
  5. FileService
  6. FinanceService
  7. }