feat: 完成 mysql 导入备份功能

This commit is contained in:
ssongliu
2022-11-08 19:03:38 +08:00
committed by ssongliu
parent 8431f49c47
commit c49d2ef243
12 changed files with 486 additions and 13 deletions

View File

@@ -161,7 +161,7 @@ export namespace Database {
appendfsync: string;
save: string;
}
export interface RedisBackupRecord {
export interface FileRecord {
fileName: string;
fileDir: string;
createdAt: string;