From ea80206619deaf97867f35c8f8b00588c1e9614b Mon Sep 17 00:00:00 2001 From: buiphuan0211 <57066954+buiphuan0211@users.noreply.github.com> Date: Tue, 20 Dec 2022 11:13:11 +0700 Subject: [PATCH] add field from-to holiday WarehouseNatsResponse --- model/warehouse_response.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model/warehouse_response.go b/model/warehouse_response.go index 6359ae3..78427f3 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -144,6 +144,8 @@ type WarehouseNatsResponse struct { UpdatedAt time.Time `json:"updatedAt"` ReasonPendingInactive string `json:"reasonPendingInactive"` IsPendingInactive bool `json:"isPendingInactive"` + HolidayFrom time.Time `json:"holidayFrom"` + HolidayTo time.Time `json:"holidayTo"` } // WarehouseInfo ...