Compare commits

...

3 Commits

Author SHA1 Message Date
Sinh 7724fd665e Merge branch 'warehouse-label-size' into develop 2024-04-12 10:17:50 +07:00
Sinh 1d0b13285a feat(wh_cfg): update warehouse config model 2024-04-12 10:17:40 +07:00
Minh Nguyen 2b9092ecbe Merge pull request 'feature/update-location-ward' (#164) from feature/update-location-ward into master
Reviewed-on: #164
Reviewed-by: trunglam <trunglam@selly.vn>
2024-04-10 07:23:49 +00:00
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 ...