package entity type DetectProduct struct { Id int `db:"id"` Name string `db:"name"` }