enter.go 79 B

123456
  1. package admin
  2. type ServiceGroup struct {
  3. DepartmentService
  4. ProjectService
  5. }