enter.go 98 B

1234567
  1. package crm
  2. type ServiceGroup struct {
  3. CustomerService
  4. CustomerGenreService
  5. ProgressService
  6. }