Merge branch 'warehouse-label-size' into develop

This commit is contained in:
Sinh 2024-04-12 10:17:50 +07:00
commit 7724fd665e
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 ...