Merge pull request 'add field from-to holiday WarehouseNatsResponse' (#108) from setup-holiday-warehouse-admin into develop

Reviewed-on: #108
This commit is contained in:
phuanbui 2022-12-20 04:13:33 +00:00
commit 25b22ad5a3
1 changed files with 2 additions and 0 deletions

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