setup-holiday-warehouse-admin #110

Merged
sinhluu merged 5 commits from setup-holiday-warehouse-admin into master 2022-12-21 09:07:50 +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 ...