refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 25b22ad5a3 - Show all commits

View File

@ -145,6 +145,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 ...