This commit is contained in:
zhangwenjian
2020-09-29 08:41:20 +08:00
parent 677cdb7821
commit bc648c3f2f
60 changed files with 2319 additions and 550 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ var lock sync.Mutex
type JobCore struct {
InvokeTarget string
Name string
JobId int
JobId uint
EntryId int
CronExpression string
Args string