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 ...