制作非车渗透的上传报表。

This commit is contained in:
2023-10-17 17:44:14 +08:00
parent 0ad42d00a9
commit 0caf428d67
12 changed files with 491 additions and 66 deletions

View File

@@ -14,3 +14,7 @@ interface FileUploadResponse
message: string;
fileList: string[];
}
export {
type FileUploadResponse
};