diff --git a/model/supplier_response.go b/model/supplier_response.go index 2b9dd10..884f8ee 100644 --- a/model/supplier_response.go +++ b/model/supplier_response.go @@ -5,6 +5,7 @@ type ResponseSupplierInfo struct { ID string `json:"id"` Name string `json:"name"` BusinessType string `json:"businessType"` + IsSellyMall bool `json:"isSellyMall"` } // ResponseSupplierContract ...