🐛 修复 job 在 IDEA 报错的问题

This commit is contained in:
YunaiV
2023-12-03 18:11:54 +08:00
parent 85fe4ad8d6
commit 5eb30c7e85
5 changed files with 15 additions and 9 deletions

View File

@ -7,8 +7,8 @@ export interface JobLogVO {
handlerParam: string
cronExpression: string
executeIndex: string
beginTime: string
endTime: string
beginTime: Date
endTime: Date
duration: string
status: number
createTime: string