From 15c4ea14564dc4f58c52797cbc72884948539856 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 2 Jun 2021 09:35:52 +0800 Subject: [PATCH] aa --- business/model/const.go | 2 -- business/model/store.go | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/business/model/const.go b/business/model/const.go index 517808e1d..163a9cf3f 100644 --- a/business/model/const.go +++ b/business/model/const.go @@ -423,8 +423,6 @@ const ( YES = 1 //通用 NO = 0 DISABLED = -1 - - Nothing = "nothing" ) func IsPurchaseVendorExist(vendorID int) bool { diff --git a/business/model/store.go b/business/model/store.go index 05ea394f3..1718afb8e 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -461,6 +461,9 @@ type StoreMap struct { EbaiSupplierID string `orm:"column(ebai_supplier_id)" json:"ebaiSupplierID"` //饿百供应商ID BussinessStatus int `orm:"-" json:"bussinessStatus"` + + VendorAccount string `orm:"size(255)" json:"vendorAccount"` //商户在平台上的账号(授权用 + VendorPasswaord string `orm:"size(255)" json:"vendorPasswaord"` //商户在平台上的密码( aes cbc base64后的 } func (*StoreMap) TableUnique() [][]string {