This commit is contained in:
苏尹岚
2021-01-29 14:13:05 +08:00
parent 7f25da11a1
commit dffdbd2818

View File

@@ -8,9 +8,9 @@ const (
type VendorOrgCode struct {
ModelIDCULD
VendorID int `orm:"column(vendor_id)" json:"vendorID"`
VendorOrgCode string `orm:"size(32)" json:"vendorOrgCode"` // 同一平台下不同的商户代码,如果只有一个,可以为空
Comment string `json:"comment"` //备注
VendorID int `orm:"column(vendor_id)" json:"code"`
VendorOrgCode string `orm:"size(32)" json:"key"` // 同一平台下不同的商户代码,如果只有一个,可以为空
Comment string `json:"name"` //备注
//appkeysecret token等
VendorType string `json:"vendorType"` //platform 普通平台, delivery 三方配送平台