package model

type UploadInfo struct {
	Url       string
	Err       string
	FileKName string
}