schedule situation
Former-commit-id: 502ab492f72cf1aec4347bcd1a8a067533d1326a
This commit is contained in:
parent
8078d94e35
commit
3539f6342d
|
@ -90,9 +90,9 @@ scheduleSituationResp{
|
||||||
}
|
}
|
||||||
|
|
||||||
NodeRegion{
|
NodeRegion{
|
||||||
id int64 `json:"id"`
|
id string `json:"id"`
|
||||||
name string `json:"name"`
|
name string `json:"name"`
|
||||||
category string `json:"category"`
|
category int `json:"category"`
|
||||||
value int `json:"value"`
|
value int `json:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5702,9 +5702,9 @@ type ScheduleSituationResp struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type NodeRegion struct {
|
type NodeRegion struct {
|
||||||
Id int64 `json:"id"`
|
Id string `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Category string `json:"category"`
|
Category int `json:"category"`
|
||||||
Value int `json:"value"`
|
Value int `json:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue