This commit is contained in:
suyl
2021-06-02 11:46:53 +08:00
parent 866fe39ce5
commit f36caf0a90

View File

@@ -464,6 +464,7 @@ type StoreMap struct {
VendorAccount string `orm:"size(255)" json:"vendorAccount"` //商户在平台上的账号(授权用
VendorPasswaord string `orm:"size(255)" json:"vendorPasswaord"` //商户在平台上的密码( aes cbc base64后的
AuditStatus int `json:"auditStatus"` //审核状态(授权状态
}
func (*StoreMap) TableUnique() [][]string {