feature/get-info-supplier-campaign-app #122

Merged
Ghost merged 2 commits from feature/get-info-supplier-campaign-app into develop 2023-01-03 02:24:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e4436002e8 - Show all commits

View File

@ -7,7 +7,7 @@ type ResponseSupplierInfo struct {
BusinessType string `json:"businessType"` BusinessType string `json:"businessType"`
Statistic SupplierStatistic `json:"statistic"` Statistic SupplierStatistic `json:"statistic"`
Rating float64 `json:"rating"` Rating float64 `json:"rating"`
Inventories *[]SKUCommonInfo `json:"inventories"` Inventories []*SKUCommonInfo `json:"inventories"`
Active bool `json:"active"` Active bool `json:"active"`
} }