chengqian 9 months ago
parent
commit
ec34c6d867
1 changed files with 7 additions and 0 deletions
  1. 7 0
      server/dao/devices/dev_gateway.go

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

@@ -1 +1,8 @@
 package devices
+
+type GateWay struct {
+}
+
+func (GateWay) TableName() string {
+	return "dev_gateway"
+}