保存进度!
This commit is contained in:
16
code/web/task_schedule/src/utils/fileUpload.ts
Normal file
16
code/web/task_schedule/src/utils/fileUpload.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* @Author: Kane
|
||||
* @Date: 2023-09-27 14:13:47
|
||||
* @LastEditors: Kane
|
||||
* @FilePath: /task_schedule/src/utils/fileUpload.ts
|
||||
* @Description: 文件上传相关
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
*/
|
||||
|
||||
interface FileUploadResponse
|
||||
{
|
||||
success: boolean;
|
||||
message: string;
|
||||
fileList: string[];
|
||||
}
|
Reference in New Issue
Block a user