xiecheng_server/model/example/response/exa_file_upload_download.go
2025-03-28 17:14:57 +08:00

8 lines
162 B
Go

package response
import "git.echol.cn/loser/xiecheng_server/model/example"
type ExaFileResponse struct {
File example.ExaFileUploadAndDownload `json:"file"`
}