Files
sundynix-go/model/system/response/oss.go
T
2025-10-11 15:13:58 +08:00

8 lines
119 B
Go

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