goweb-gin-demo/model/web/response/file_upload_download.go

8 lines
131 B
Go
Raw Normal View History

2021-11-02 17:48:39 +08:00
package response
import "goweb-gin-demo/model/web"
type ExaFileResponse struct {
File web.FileUploadAndDownload `json:"file"`
}