update OR request model
This commit is contained in:
		
							parent
							
								
									738089755a
								
							
						
					
					
						commit
						48e585dc16
					
				| 
						 | 
					@ -32,6 +32,8 @@ type OutboundRequestItem struct {
 | 
				
			||||||
	SupplierSKU string  `json:"supplierSKU"`
 | 
						SupplierSKU string  `json:"supplierSKU"`
 | 
				
			||||||
	Quantity    int64   `json:"quantity"`
 | 
						Quantity    int64   `json:"quantity"`
 | 
				
			||||||
	UnitCode    string  `json:"unitCode"`
 | 
						UnitCode    string  `json:"unitCode"`
 | 
				
			||||||
 | 
						Price       float64 `json:"price"`
 | 
				
			||||||
 | 
						Name        string  `json:"name"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// CustomerInfo ...
 | 
					// CustomerInfo ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue