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-04-30 13:08:08 +08:00
parent 8eb492964e
commit 913eb47a0d
3 changed files with 42 additions and 3 deletions

View File

@@ -170,6 +170,7 @@ type OptimizerJobExecutionTime struct {
Pre int `json:"pre"`
Post int `json:"post"`
Total int `json:"total"`
Main int `json:"main"`
Version int `json:"version"`
}