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 {