chengqian 9 tháng trước cách đây
mục cha
commit
7b2b706545
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {