package request import common "sundynix-go/model/commom/request" type GetOssFileList struct { common.PageInfo Name string `json:"name" form:"name"` }