detect_product.go 94 B

123456
  1. package entity
  2. type DetectProduct struct {
  3. Id int `db:"id"`
  4. Name string `db:"name"`
  5. }