feature/get-info-supplier-campaign-app #122
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -2,13 +2,13 @@ package model
 | 
			
		|||
 | 
			
		||||
// ResponseSupplierInfo ...
 | 
			
		||||
type ResponseSupplierInfo struct {
 | 
			
		||||
	ID           string             `json:"id"`
 | 
			
		||||
	Name         string             `json:"name"`
 | 
			
		||||
	BusinessType string             `json:"businessType"`
 | 
			
		||||
	Statistic    *SupplierStatistic `json:"statistic"`
 | 
			
		||||
	Rating       float64            `json:"rating"`
 | 
			
		||||
	Inventories  *SKUCommonInfo     `json:"inventories"`
 | 
			
		||||
	Active       bool               `json:"active"`
 | 
			
		||||
	ID           string            `json:"id"`
 | 
			
		||||
	Name         string            `json:"name"`
 | 
			
		||||
	BusinessType string            `json:"businessType"`
 | 
			
		||||
	Statistic    SupplierStatistic `json:"statistic"`
 | 
			
		||||
	Rating       float64           `json:"rating"`
 | 
			
		||||
	Inventories  *[]SKUCommonInfo  `json:"inventories"`
 | 
			
		||||
	Active       bool              `json:"active"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// SupplierStatistic ...
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue