From 1d0b13285a524921244814ce60b6aac393bf965c Mon Sep 17 00:00:00 2001 From: Sinh Date: Fri, 12 Apr 2024 10:17:40 +0700 Subject: [PATCH] feat(wh_cfg): update warehouse config model --- model/warehouse_response.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/warehouse_response.go b/model/warehouse_response.go index db81e18..8cc53bc 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -66,6 +66,7 @@ type WarehouseOrder struct { IsLimitNumberOfPurchases bool `json:"isLimitNumberOfPurchases"` LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"` NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"` + LabelSize string `json:"labelSize"` } // WarehouseConfigNotifyOnNewOrder ...