enter.go 113 B

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