Compare commits

..

No commits in common. "1b2dd9376a4b041df1af4b11c428b7d02619cb71" and "3a6f5e4cfe76263e7224356d913546452404f239" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ 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 ...