This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
qiaozhi
/
gobackend-qingma
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
1c979589bd
Branches
Tags
master
gobackend-qi...
/
entity
/
detect_product.go
detect_product.go
94 B
Histórico
Raw
1
2
3
4
5
6
package entity
type DetectProduct struct {
Id int `db:"id"`
Name string `db:"name"`
}