chengqian 9 kuukautta sitten
vanhempi
commit
12ae14a1ba
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      server/dao/devices/dev_gateway.go

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

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