enter.go 92 B

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