update model warehouse response nats
This commit is contained in:
		
							parent
							
								
									1384cae433
								
							
						
					
					
						commit
						ff223e2b46
					
				| 
						 | 
					@ -67,6 +67,8 @@ type WarehouseOrder struct {
 | 
				
			||||||
	LimitNumberOfPurchases         int64                           `json:"limitNumberOfPurchases"`
 | 
						LimitNumberOfPurchases         int64                           `json:"limitNumberOfPurchases"`
 | 
				
			||||||
	NotifyOnNewOrder               WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
 | 
						NotifyOnNewOrder               WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
 | 
				
			||||||
	LabelSize                      string                          `json:"labelSize"`
 | 
						LabelSize                      string                          `json:"labelSize"`
 | 
				
			||||||
 | 
						MaximumOrderValue              float64                         `json:"maximumOrderValue"`
 | 
				
			||||||
 | 
						MaximumNumberPerBuyerEachMonth float64                         `json:"maximumNumberPerBuyerEachMonth"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// WarehouseConfigNotifyOnNewOrder ...
 | 
					// WarehouseConfigNotifyOnNewOrder ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue