update get warehouse condition

This commit is contained in:
Sinh 2022-12-09 10:05:41 +07:00
parent b39948c635
commit 46539db236
1 changed files with 5 additions and 4 deletions

View File

@ -101,6 +101,7 @@ type GetWarehousesRequest struct {
Status string `json:"status"`
Supplier string `json:"supplier"`
BusinessType string `json:"businessType"`
IDs []string `json:"ids"`
Page int64 `json:"page"`
Limit int64 `json:"limit"`