This commit is contained in:
邹宗楠
2025-07-29 11:34:42 +08:00
parent 82f70f317d
commit 9fb8c12120
3 changed files with 14 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ type LakalaIncoming struct {
ModelIDCUL
StoreId int `orm:"column(store_id);size(16)" json:"storeId"` // 京西门店ID
MerchantNo string `orm:"column(merchant_no);size(20)" json:"merchantNo"` // 拉卡拉进件商户号
MerchantNo2 string `orm:"column(merchant_no2);size(20)" json:"merchantNo2"` // 银联商户号
TermNo string `orm:"column(term_no);size(256)" json:"termNo"` // 终端号 M String(32) 拉卡拉分配的业务终端号
MerchantStatus string `orm:"column(merchant_status);size(80)" json:"merchantStatus"` // 拉卡拉进件状态
FeeId string `orm:"column(fee_id);size(80)" json:"feeId"` // 拉卡拉费率变更ID