enter.go 108 B

12345678
  1. package crm
  2. type RouterGroup struct {
  3. CustomerRouter
  4. CustomerGenreRouter
  5. ProgressRouter
  6. DemandRouter
  7. }