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