diff --git a/model/supplier_response.go b/model/supplier_response.go index 9846ef2..47db87c 100644 --- a/model/supplier_response.go +++ b/model/supplier_response.go @@ -9,6 +9,7 @@ type ResponseSupplierInfo struct { Rating float64 `json:"rating"` Inventories []*SKUCommonInfo `json:"inventories"` Active bool `json:"active"` + IsSellyMall bool `json:"isSellyMall"` } // SupplierStatistic ...