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