diff --git a/erp/receivable.go b/erp/receivable.go index bf1f50e..b287d7b 100644 --- a/erp/receivable.go +++ b/erp/receivable.go @@ -74,6 +74,7 @@ type ReplyReceivableInfo struct { DomesticShippingCost decimal.Decimal `json:"domesticShippingCost"` ForeignShippingCost decimal.Decimal `json:"foreignShippingCost"` ForeignCommission decimal.Decimal `json:"foreignCommission"` + Consignee string `json:"consignee"` CreatedStaffID int64 `json:"createdStaffID"` Ik3cloudStatus int64 `json:"ik3CloudStatus"` Ik3cloudErrMsg string `json:"ik3CloudErrMsg"`