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