package pricing type ProductPriceModel struct { PID string `db:"pid"` Price int `db:"price"` }