@@ -1,6 +1,7 @@
package devices
type GateWay struct {
+ ID uint `gorm:"primarykey" json:"ID"` // 主键ID
}
func (GateWay) TableName() string {