aa
This commit is contained in:
12
business/model/vendor_org_code.go
Normal file
12
business/model/vendor_org_code.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package model
|
||||
|
||||
type VendorOrgCode struct {
|
||||
ModelIDCULD
|
||||
|
||||
VendorID int `orm:"column(vendor_id)" json:"vendorID"`
|
||||
VendorOrgCode string `orm:"size(32)" json:"vendorOrgCode"` // 同一平台下不同的商户代码,如果只有一个,可以为空
|
||||
Comment string `json:"comment"` //备注
|
||||
//appkey,secret token等
|
||||
|
||||
IsJxCat int `json:"isJxCat"` //是否使用京西分类,0默认使用
|
||||
}
|
||||
Reference in New Issue
Block a user