[Update] Response warehouse

This commit is contained in:
trunglt251292 2022-10-24 10:41:18 +07:00
parent c2887223c7
commit 6293e62cb4
1 changed files with 7 additions and 0 deletions

View File

@ -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 ...