dev_gateway.go 102 B

12345678
  1. package devices
  2. type GateWay struct {
  3. }
  4. func (GateWay) TableName() string {
  5. return "dev_gateway"
  6. }