This commit is contained in:
2025-11-13 11:04:40 +08:00
parent e55a52f20b
commit 2982d53800
8 changed files with 45 additions and 31 deletions

View File

@@ -157,6 +157,7 @@ export interface CrontabParam {
type: string;
/** 默认值 */
value: any;
required: boolean;
}
/**