export interface FileItem { name?: string; md5?: string; size?: string; downloadUrl?: string; checkUrl?: string; }