From 46539db23609d8cf226fc77f0d36c2645f008613 Mon Sep 17 00:00:00 2001 From: Sinh Date: Fri, 9 Dec 2022 10:05:41 +0700 Subject: [PATCH] update get warehouse condition --- model/warehouse_request.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/model/warehouse_request.go b/model/warehouse_request.go index b6cecb1..56adb1b 100644 --- a/model/warehouse_request.go +++ b/model/warehouse_request.go @@ -97,10 +97,11 @@ type SupplierIsClosed struct { // GetWarehousesRequest ... type GetWarehousesRequest struct { - Keyword string `json:"keyword"` - Status string `json:"status"` - Supplier string `json:"supplier"` - BusinessType string `json:"businessType"` + Keyword string `json:"keyword"` + Status string `json:"status"` + Supplier string `json:"supplier"` + BusinessType string `json:"businessType"` + IDs []string `json:"ids"` Page int64 `json:"page"` Limit int64 `json:"limit"`