enter.go 423 B

12345678910111213
  1. package example
  2. import "github.com/flipped-aurora/gin-vue-admin/server/service"
  3. type ApiGroup struct {
  4. CustomerApi
  5. ExcelApi
  6. FileUploadAndDownloadApi
  7. }
  8. var fileUploadAndDownloadService = service.ServiceGroupApp.ExampleServiceGroup.FileUploadAndDownloadService
  9. var customerService = service.ServiceGroupApp.ExampleServiceGroup.CustomerService
  10. var excelService = service.ServiceGroupApp.ExampleServiceGroup.ExcelService