Files
Go-Web-Template/server/model/common/response/exa_file_upload_download.go
2026-04-08 12:19:24 +08:00

8 lines
172 B
Go

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