Modify: json tag for QueryDate
This commit is contained in:
parent
1f1bc056e3
commit
fec2fe14f8
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ type ObjectProps struct {
|
||||||
ChildFileNum int `json:"child_file_num"`
|
ChildFileNum int `json:"child_file_num"`
|
||||||
Path string `json:"path"`
|
Path string `json:"path"`
|
||||||
|
|
||||||
QueryDate time.Time
|
QueryDate time.Time `json:"query_date"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue