add field from-to holiday WarehouseNatsResponse #108

Merged
Ghost merged 1 commits from setup-holiday-warehouse-admin into develop 2022-12-20 04:13:33 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit ea80206619 - Show all commits

View File

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