admin/server/model/example/response/exa_file_upload_download.go
2025-06-19 21:53:00 +08:00

8 lines
174 B
Go

package response
import "github.com/flipped-aurora/gin-vue-admin/server/model/example"
type ExaFileResponse struct {
File example.ExaFileUploadAndDownload `json:"file"`
}