mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
refactor🎨 : uint 调整为 int
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ var lock sync.Mutex
|
||||
type JobCore struct {
|
||||
InvokeTarget string
|
||||
Name string
|
||||
JobId uint
|
||||
JobId int
|
||||
EntryId int
|
||||
CronExpression string
|
||||
Args string
|
||||
|
||||
Reference in New Issue
Block a user