From 49156e576d0ad99942adb7f7cbc93b60e94b0981 Mon Sep 17 00:00:00 2001 From: anbuiselly <105765792+anbuiselly@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:23:24 +0700 Subject: [PATCH] fix --- model/warehouse_request.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/warehouse_request.go b/model/warehouse_request.go index 1ec7f6d..e813d99 100644 --- a/model/warehouse_request.go +++ b/model/warehouse_request.go @@ -121,6 +121,6 @@ type UpdateStatusWarehousePendingInactiveRequest struct { // UpdateStatusWarehousePendingInactive ... type UpdateStatusWarehousePendingInactive struct { - WarehouseID string `json:"warehouse"` - Status string `json:"status"` + WarehouseID string `json:"warehouse"` + PendingInactive bool `json:"pendingInactive"` } -- 2.34.1