Merge branch 'feature/selly-mall-v1-kin' into develop
This commit is contained in:
commit
1b2dd9376a
|
@ -9,6 +9,7 @@ type ResponseSupplierInfo struct {
|
||||||
Rating float64 `json:"rating"`
|
Rating float64 `json:"rating"`
|
||||||
Inventories []*SKUCommonInfo `json:"inventories"`
|
Inventories []*SKUCommonInfo `json:"inventories"`
|
||||||
Active bool `json:"active"`
|
Active bool `json:"active"`
|
||||||
|
IsSellyMall bool `json:"isSellyMall"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SupplierStatistic ...
|
// SupplierStatistic ...
|
||||||
|
|
Loading…
Reference in New Issue