This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
qiaozhi
/
gobackend-qingma
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
1c979589bd
Branchit
Tagit
master
gobackend-qi...
/
entity
/
detect_product.go
detect_product.go
94 B
Historia
Raaka
1
2
3
4
5
6
package entity
type DetectProduct struct {
Id int `db:"id"`
Name string `db:"name"`
}