feat: MySQL backup supports custom parameters (#11575)

This commit is contained in:
ssongliu
2026-01-06 16:41:55 +08:00
committed by GitHub
parent f67bdf0c22
commit 6c94cb2bdf
24 changed files with 169 additions and 18 deletions
+3
View File
@@ -67,6 +67,8 @@ export namespace Cronjob {
alertMethodItems: Array<string>;
scopes: string[];
args: string;
argItems: Array<string>;
}
export interface Item {
val: string;
@@ -113,6 +115,7 @@ export namespace Cronjob {
alertMethod: string;
scopes?: string[];
args: string;
}
export interface CronjobTrans {
name: string;