chengqian hace 9 meses
padre
commit
ec34c6d867
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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"
+}