Merge branch 'feature/get-freeship-info' of git.selly.red:Selly-Modules/natsio into develop

This commit is contained in:
QuanTT0110 2022-10-28 11:39:47 +07:00
commit 2dbeab594a
1 changed files with 1 additions and 1 deletions

View File

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