This commit is contained in:
suyl
2021-06-02 09:35:52 +08:00
parent 7fc33acb6d
commit 15c4ea1456
2 changed files with 3 additions and 2 deletions

View File

@@ -423,8 +423,6 @@ const (
YES = 1 //通用
NO = 0
DISABLED = -1
Nothing = "nothing"
)
func IsPurchaseVendorExist(vendorID int) bool {

View File

@@ -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 {