supplier-setup-product #138
			
				
			
		
		
		
	| 
						 | 
					@ -97,10 +97,11 @@ type SupplierIsClosed struct {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// GetWarehousesRequest ...
 | 
					// GetWarehousesRequest ...
 | 
				
			||||||
type GetWarehousesRequest struct {
 | 
					type GetWarehousesRequest struct {
 | 
				
			||||||
	Keyword      string `json:"keyword"`
 | 
						Keyword      string   `json:"keyword"`
 | 
				
			||||||
	Status       string `json:"status"`
 | 
						Status       string   `json:"status"`
 | 
				
			||||||
	Supplier     string `json:"supplier"`
 | 
						Supplier     string   `json:"supplier"`
 | 
				
			||||||
	BusinessType string `json:"businessType"`
 | 
						BusinessType string   `json:"businessType"`
 | 
				
			||||||
 | 
						IDs          []string `json:"ids"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Page  int64 `json:"page"`
 | 
						Page  int64 `json:"page"`
 | 
				
			||||||
	Limit int64 `json:"limit"`
 | 
						Limit int64 `json:"limit"`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue