[Update] Response warehouse
This commit is contained in:
parent
6293e62cb4
commit
6065636a59
|
@ -26,11 +26,11 @@ type WarehouseConfiguration struct {
|
|||
Delivery WarehouseDelivery `json:"delivery"`
|
||||
Other WarehouseOther `json:"other"`
|
||||
Food WarehouseFood `json:"food"`
|
||||
AutoConfirmOrder WareOrderConfirm `json:"autoConfirmOrder"`
|
||||
AutoConfirmOrder WarehouseOrderConfirm `json:"autoConfirmOrder"`
|
||||
}
|
||||
|
||||
// WareOrderConfirm ...
|
||||
type WareOrderConfirm struct {
|
||||
// WarehouseOrderConfirm ...
|
||||
type WarehouseOrderConfirm struct {
|
||||
IsEnable bool `json:"isEnable"`
|
||||
ConfirmDelayInSeconds int64 `json:"confirmDelayInSeconds"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue