enter.go 103 B

12345678
  1. package example
  2. type RouterGroup struct {
  3. ExcelRouter
  4. CustomerRouter
  5. FileUploadAndDownloadRouter
  6. }