fix: 'province' & AreaInfo add parent
This commit is contained in:
@@ -2,6 +2,7 @@ package models
|
||||
|
||||
type AreaInfo struct {
|
||||
Name string `json:"name"`
|
||||
Parent string `json:"parent"`
|
||||
Today AreaToday `json:"today"`
|
||||
Total AreaTotal `json:"total"`
|
||||
Children []AreaInfo `json:"children"`
|
||||
|
||||
Reference in New Issue
Block a user