chengqian hai 9 meses
pai
achega
7b2b706545
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      server/dao/devices/dev_gateway.go

+ 1 - 0
server/dao/devices/dev_gateway.go

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