🐛 修复 job 在 IDEA 报错的问题

This commit is contained in:
shizhong 2024-03-07 12:57:05 +08:00
parent 91bf155409
commit 021edf5662

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