package response import "sundynix-go/model/system" type UploadFileResponse struct { File system.Oss `json:"file"` }