fix(types): next_run 改为可选,适配手动任务无排期场景

This commit is contained in:
jxxghp
2026-08-17 13:42:40 +08:00
parent 03c1b893b8
commit 0518817dd0
+1 -1
View File
@@ -1480,7 +1480,7 @@ export interface ScheduleInfo {
// 多语言状态
status_i18n?: string
// 下次运行时间
next_run: string
next_run?: string
// 多语言下次运行时间
next_run_i18n?: string
// 当前完成百分比