This commit is contained in:
邹宗楠
2023-06-13 16:36:21 +08:00
parent 147ce647fe
commit 094c263944
3 changed files with 12 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
package tao_vegetable
type CategoryInfo struct {
Code string `json:"code"` // 类目编码
Name string `json:"name"` // 类目名称
Leaf string `json:"leaf"` // 是否叶子结点
SortOrder string `json:"sortOrder"` // 排序值
Desc string `json:"desc"` // 详细描述
ChildCategorys string `json:"childCategorys"` // 子节点信息
ForestId string `json:"forestId"` // 类目id
ParentForestId string `json:"parentForestId"` // 父节点id
}

View File

@@ -1,15 +1,5 @@
package tao_vegetable
type CategoryInfo struct {
Code string `json:"code"` // 类目编码
Name string `json:"name"` // 类目名称
Leaf string `json:"leaf"` // 是否叶子结点
SortOrder string `json:"sortOrder"` // 排序值
Desc string `json:"desc"` // 详细描述
ChildCategorys string `json:"childCategorys"` // 子节点信息
ForestId string `json:"forestId"` // 类目id
ParentForestId string `json:"parentForestId"` // 父节点id
}
//func (a API) QueryStoreDetailsList() {
// a.client.ServerUrl = "qimen.taobao.qimen.pos.store.get"