add field from-to holiday WarehouseNatsResponse
This commit is contained in:
		
							parent
							
								
									67a5afa933
								
							
						
					
					
						commit
						ea80206619
					
				| 
						 | 
					@ -144,6 +144,8 @@ type WarehouseNatsResponse struct {
 | 
				
			||||||
	UpdatedAt             time.Time                 `json:"updatedAt"`
 | 
						UpdatedAt             time.Time                 `json:"updatedAt"`
 | 
				
			||||||
	ReasonPendingInactive string                    `json:"reasonPendingInactive"`
 | 
						ReasonPendingInactive string                    `json:"reasonPendingInactive"`
 | 
				
			||||||
	IsPendingInactive     bool                      `json:"isPendingInactive"`
 | 
						IsPendingInactive     bool                      `json:"isPendingInactive"`
 | 
				
			||||||
 | 
						HolidayFrom           time.Time                 `json:"holidayFrom"`
 | 
				
			||||||
 | 
						HolidayTo             time.Time                 `json:"holidayTo"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// WarehouseInfo ...
 | 
					// WarehouseInfo ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue