fix: 解决计划任务备份所有应用失败的问题 (#2278)

This commit is contained in:
ssongliu
2023-09-13 09:32:12 +00:00
committed by GitHub
parent cab0c7938d
commit b9befc72a3
12 changed files with 38 additions and 33 deletions
+1
View File
@@ -82,6 +82,7 @@ export namespace Cronjob {
}
export interface Record {
id: number;
file: string;
startTime: Date;
endTime: Date;
records: string;
+1 -1
View File
@@ -48,7 +48,7 @@ export namespace Database {
permission: string;
description: string;
}
export interface MysqlLodaDB {
export interface MysqlLoadDB {
from: string;
type: string;
database: string;