feat(wh_cfg): update warehouse config model

This commit is contained in:
Sinh 2024-04-12 10:17:40 +07:00
parent 2b9092ecbe
commit 1d0b13285a
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ type WarehouseOrder struct {
IsLimitNumberOfPurchases bool `json:"isLimitNumberOfPurchases"`
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
LabelSize string `json:"labelSize"`
}
// WarehouseConfigNotifyOnNewOrder ...