This commit is contained in:
苏尹岚
2021-01-28 09:17:10 +08:00
parent 812ad592f2
commit 90ac1df1cf

View File

@@ -7,6 +7,6 @@ type VendorOrgCode struct {
VendorOrgCode string `orm:"size(32)" json:"vendorOrgCode"` // 同一平台下不同的商户代码,如果只有一个,可以为空
Comment string `json:"comment"` //备注
//appkeysecret token等
IsJxCat int `json:"isJxCat"` //是否使用京西分类0默认使用
Type string `json:"type"` //platform 普通平台, delivery 三方配送平台
IsJxCat int `json:"isJxCat"` //是否使用京西分类0默认使用
}