diff --git a/erp/shipment/modify.go b/erp/shipment/modify.go index c1d122e..9e55d4c 100644 --- a/erp/shipment/modify.go +++ b/erp/shipment/modify.go @@ -109,6 +109,7 @@ type ReplyModifyInfo struct { RecBankCardNo string `json:"recBankCardNo"` RecBankCardName string `json:"recBankCardName"` RecBankAddress string `json:"recBankAddress"` + RecCompanyName string `json:"recCompanyName"` Shipper string `json:"shipper"` Consignee string `json:"consignee"` Notifier string `json:"notifier"` @@ -188,6 +189,7 @@ type ArgsShipmentData struct { RecBankCardNo string // 收款银行卡号 RecBankCardName string // 收款银行卡名 RecBankAddress string // 收汇银行地址 + RecCompanyName string // 收汇公司名称 PaymentTerms string // 付款条件 TradeCountry string // 贸易国 PaymentType string // 付款方式