update
This commit is contained in:
		
							parent
							
								
									cdccf31571
								
							
						
					
					
						commit
						6ed64beecb
					
				| 
						 | 
				
			
			@ -5,9 +5,9 @@ type ResponseSupplierInfo struct {
 | 
			
		|||
	ID           string            `json:"id"`
 | 
			
		||||
	Name         string            `json:"name"`
 | 
			
		||||
	BusinessType string            `json:"businessType"`
 | 
			
		||||
	Statistic    *SupplierStatistic `json:"statistic"`
 | 
			
		||||
	Statistic    SupplierStatistic `json:"statistic"`
 | 
			
		||||
	Rating       float64           `json:"rating"`
 | 
			
		||||
	Inventories  *SKUCommonInfo     `json:"inventories"`
 | 
			
		||||
	Inventories  *[]SKUCommonInfo  `json:"inventories"`
 | 
			
		||||
	Active       bool              `json:"active"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue