diff --git a/model/warehouse_response.go b/model/warehouse_response.go index 379faf9..293d2a6 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -144,6 +144,7 @@ type WarehouseNatsResponse struct { CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` ReasonPendingInactive string `json:"reasonPendingInactive"` + IsPendingInactive bool `json:"isPendingInactive"` } // WarehouseInfo ...