1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 00:26:43 +00:00
This commit is contained in:
2020-05-02 22:35:31 +08:00
parent 592d4a5473
commit b79e43ab06
2 changed files with 4 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ type Job struct {
CreatedAt int `json:"created_at"`
UpdatedAt int `json:"updated_at"`
CreatedBy int `json:"created_by"`
Locality int `json:"created_by"`
Locality int `json:"locality"`
Status State `json:"status"`
}