This commit is contained in:
gazebo
2018-09-23 23:37:57 +08:00
parent 7483b12dce
commit b3b7cefd33

View File

@@ -21,7 +21,7 @@ type CategoryInfo struct {
Name string `json:"name"`
Rank int `json:"rank"` // 店内分类独有
Children []*CategoryInfo `json:"children"`
Level int
Level int `json:"level"`
}
type PageDataInfo struct {