Compare commits
2 Commits
3a6f5e4cfe
...
1b2dd9376a
Author | SHA1 | Date |
---|---|---|
kingphon | 1b2dd9376a | |
kingphon | 8dd914ca4e |
|
@ -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