This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
qiaozhi
/
gobackend-qingma
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
1c979589bd
Branches
Tags
master
gobackend-qi...
/
entity
/
detect_product.go
detect_product.go
94 B
Historique
Raw
1
2
3
4
5
6
package entity
type DetectProduct struct {
Id int `db:"id"`
Name string `db:"name"`
}