数字督察一体化平台-前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
149 B

// 文件类型
export enum FileType {
PDF = 'pdf',
IMG = 'img',
WORD = 'word',
EXCEL = 'excel',
MP3 = 'mp3',
Mp4 = 'mp4',
}