This commit is contained in:
苏尹岚
2021-01-26 08:59:14 +08:00
parent 7788b79993
commit 575b80d890
6 changed files with 154 additions and 3 deletions

View File

@@ -21,6 +21,9 @@ type ThingMap struct {
SyncStatus int8 `orm:"default(2)" json:"syncStatus"`
Remark string `orm:"size(255)" json:"remark"`
ThingName string `json:"thingName"`
ThingSeq int `json:"thingSeq"`
}
func (*ThingMap) TableUnique() [][]string {