8 lines
119 B
Go
8 lines
119 B
Go
package response
|
|
|
|
import "sundynix-go/model/system"
|
|
|
|
type UploadFileResponse struct {
|
|
File system.Oss `json:"file"`
|
|
}
|