This commit is contained in:
苏尹岚
2021-01-28 09:16:54 +08:00
parent 61c44e257d
commit a24754705a

View File

@@ -8,5 +8,6 @@ type VendorOrgCode struct {
Comment string `json:"comment"` //备注
//appkeysecret token等
IsJxCat int `json:"isJxCat"` //是否使用京西分类0默认使用
Type string `json:"type"` //platform 普通平台, delivery 三方配送平台
IsJxCat int `json:"isJxCat"` //是否使用京西分类0默认使用
}