aa
This commit is contained in:
@@ -423,8 +423,6 @@ const (
|
|||||||
YES = 1 //通用
|
YES = 1 //通用
|
||||||
NO = 0
|
NO = 0
|
||||||
DISABLED = -1
|
DISABLED = -1
|
||||||
|
|
||||||
Nothing = "nothing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func IsPurchaseVendorExist(vendorID int) bool {
|
func IsPurchaseVendorExist(vendorID int) bool {
|
||||||
|
|||||||
@@ -461,6 +461,9 @@ type StoreMap struct {
|
|||||||
EbaiSupplierID string `orm:"column(ebai_supplier_id)" json:"ebaiSupplierID"` //饿百供应商ID
|
EbaiSupplierID string `orm:"column(ebai_supplier_id)" json:"ebaiSupplierID"` //饿百供应商ID
|
||||||
|
|
||||||
BussinessStatus int `orm:"-" json:"bussinessStatus"`
|
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 {
|
func (*StoreMap) TableUnique() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user