aa
This commit is contained in:
@@ -22,3 +22,16 @@ type VendorOrgCode struct {
|
||||
AppKey string `json:"appKey"`
|
||||
AppSecret string `json:"appSecret"`
|
||||
}
|
||||
|
||||
type MtJdCategoryMap struct {
|
||||
ID int `orm:"column(id)" json:"id"`
|
||||
|
||||
MtID string `orm:"column(mt_id)" json:"mtID"`
|
||||
JdID string `orm:"column(jd_id)" json:"jdID"`
|
||||
}
|
||||
|
||||
func (*MtJdCategoryMap) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"MtID", "JdID"},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user