chengqian 9 mesi fa
parent
commit
ec34c6d867
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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"
+}