mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增数据校验,数据导入导出
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// 文件上传时的格式映射
|
||||
export enum FileTypeEnum {
|
||||
// 文档
|
||||
TXT = 'text/plain',
|
||||
JSON = 'application/json',
|
||||
// 图片
|
||||
PNG = 'image/png',
|
||||
JPEG = 'image/jpeg',
|
||||
GIF = 'image/gif',
|
||||
}
|
||||
Reference in New Issue
Block a user