feat(shipment): 添加收汇公司名称字段
- 在 shipment 修改功能中新增 RecCompanyName 字段 - 更新 JSON 结构以支持收汇公司名称存储 - 添加相应注释说明收汇公司名称用途
This commit is contained in:
@@ -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 // 付款方式
|
||||
|
||||
Reference in New Issue
Block a user