From 67a5afa9338886dc3394c78f1e9725650ce0c2e8 Mon Sep 17 00:00:00 2001 From: anbuiselly <105765792+anbuiselly@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:52:38 +0700 Subject: [PATCH] add field IsPendingInactive --- model/warehouse_response.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/warehouse_response.go b/model/warehouse_response.go index b73807e..6359ae3 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -143,6 +143,7 @@ type WarehouseNatsResponse struct { CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` ReasonPendingInactive string `json:"reasonPendingInactive"` + IsPendingInactive bool `json:"isPendingInactive"` } // WarehouseInfo ... -- 2.34.1