+api UploadFakeJdThingMap
This commit is contained in:
14
business/model/fake_jd.go
Normal file
14
business/model/fake_jd.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package model
|
||||
|
||||
type FakeJdThingMap struct {
|
||||
ModelIDCUL
|
||||
JxID int `orm:"column(jx_id)" json:"jxID"`
|
||||
ThingType int `json:"thingType"`
|
||||
JdID int64 `orm:"column(jd_id);unique" json:"jdID"`
|
||||
}
|
||||
|
||||
func (*FakeJdThingMap) TableUnique() [][]string {
|
||||
return [][]string{
|
||||
[]string{"JxID", "ThingType"},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user