Merge pull request 'feature/get-info-supplier-campaign-app' (#122) from feature/get-info-supplier-campaign-app into develop
Reviewed-on: #122
This commit is contained in:
		
						commit
						de9c3c1723
					
				| 
						 | 
					@ -2,13 +2,13 @@ package model
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// ResponseSupplierInfo ...
 | 
					// ResponseSupplierInfo ...
 | 
				
			||||||
type ResponseSupplierInfo struct {
 | 
					type ResponseSupplierInfo struct {
 | 
				
			||||||
	ID           string             `json:"id"`
 | 
						ID           string            `json:"id"`
 | 
				
			||||||
	Name         string             `json:"name"`
 | 
						Name         string            `json:"name"`
 | 
				
			||||||
	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"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// SupplierStatistic ...
 | 
					// SupplierStatistic ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue