chengqian 9 bulan lalu
induk
melakukan
ec34c6d867
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  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"
+}