delete field form-to-holiday in WarehouseNatsResponse #109

Merged
Ghost merged 1 commits from setup-holiday-warehouse-admin into develop 2022-12-20 04:49:06 +00:00
1 changed files with 0 additions and 2 deletions

View File

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