exa_file_upload_download.go 137 B

123456789
  1. package response
  2. import (
  3. "server/dao/example"
  4. )
  5. type ExaFileResponse struct {
  6. File example.ExaFileUploadAndDownload `json:"file"`
  7. }