supplier-setup-product #138

Merged
sinhluu merged 8 commits from supplier-setup-product into master 2023-02-03 07:53:48 +00:00
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 46539db236 - Show all commits

View File

@ -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"`