This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
chengqian
/
lc_smart_admin
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
ec34c6d867
Ramos
Etiquetas
master
lc_smart_admin
/
server
/
dao
/
devices
/
dev_gateway.go
dev_gateway.go
102 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
package devices
type GateWay struct {
}
func (GateWay) TableName() string {
return "dev_gateway"
}