This commit is contained in:
苏尹岚
2021-01-26 11:05:56 +08:00
parent 7aace1bf49
commit af15ad0e84
5 changed files with 2 additions and 123 deletions

View File

@@ -21,9 +21,6 @@ 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 {