diff --git a/business/model/vendor_org_code.go b/business/model/vendor_org_code.go index 951e48014..24c12cf16 100644 --- a/business/model/vendor_org_code.go +++ b/business/model/vendor_org_code.go @@ -8,5 +8,6 @@ type VendorOrgCode struct { Comment string `json:"comment"` //备注 //appkey,secret token等 - IsJxCat int `json:"isJxCat"` //是否使用京西分类,0默认使用 + Type string `json:"type"` //platform 普通平台, delivery 三方配送平台 + IsJxCat int `json:"isJxCat"` //是否使用京西分类,0默认使用 }