enter.go 128 B

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