From 90ac1df1cf3d1c500f6eedcf04ca16eb951cab79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 28 Jan 2021 09:17:10 +0800 Subject: [PATCH] aa --- business/model/vendor_org_code.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/model/vendor_org_code.go b/business/model/vendor_org_code.go index 951e48014..f7400d33e 100644 --- a/business/model/vendor_org_code.go +++ b/business/model/vendor_org_code.go @@ -7,6 +7,6 @@ type VendorOrgCode struct { VendorOrgCode string `orm:"size(32)" json:"vendorOrgCode"` // 同一平台下不同的商户代码,如果只有一个,可以为空 Comment string `json:"comment"` //备注 //appkey,secret token等 - - IsJxCat int `json:"isJxCat"` //是否使用京西分类,0默认使用 + Type string `json:"type"` //platform 普通平台, delivery 三方配送平台 + IsJxCat int `json:"isJxCat"` //是否使用京西分类,0默认使用 }