move-config-suppliers #50
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -26,6 +26,13 @@ type WarehouseConfiguration struct {
 | 
			
		|||
	Delivery                WarehouseDelivery `json:"delivery"`
 | 
			
		||||
	Other                   WarehouseOther    `json:"other"`
 | 
			
		||||
	Food                    WarehouseFood     `json:"food"`
 | 
			
		||||
	AutoConfirmOrder        WareOrderConfirm  `json:"autoConfirmOrder"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// WareOrderConfirm ...
 | 
			
		||||
type WareOrderConfirm struct {
 | 
			
		||||
	IsEnable              bool  `json:"isEnable"`
 | 
			
		||||
	ConfirmDelayInSeconds int64 `json:"confirmDelayInSeconds"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// WarehouseFood ...
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue