refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2dbeab594a - Show all commits

View File

@ -50,5 +50,5 @@ type SupplierCashflowCreatePayload struct {
} }
type SupplierFreeShipInfoRequestPayload struct { type SupplierFreeShipInfoRequestPayload struct {
SupplierID []string `json:"supplierId"` SupplierIDs []string `json:"supplierIds"`
} }