This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
chengqian
/
lc_smart_admin
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
ec34c6d867
Ramas
Etiquetas
master
lc_smart_admin
/
server
/
dao
/
devices
/
dev_gateway.go
dev_gateway.go
102 B
Histórico
Raw
1
2
3
4
5
6
7
8
package devices
type GateWay struct {
}
func (GateWay) TableName() string {
return "dev_gateway"
}