This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
qiaozhi
/
gobackend-qingma
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1c979589bd
Rami (Branch)
Tag
master
gobackend-qi...
/
entity
/
detect_product.go
detect_product.go
94 B
Cronologia
Originale
1
2
3
4
5
6
package entity
type DetectProduct struct {
Id int `db:"id"`
Name string `db:"name"`
}