package dto

type OrgUploadReply struct {
	Url string `json:"url"` //
}