update
This commit is contained in:
parent
14fbd44668
commit
fb63ea8b7d
@ -2,6 +2,6 @@ package model
|
|||||||
|
|
||||||
type ProductPriceModel struct {
|
type ProductPriceModel struct {
|
||||||
ID int `db:"id"`
|
ID int `db:"id"`
|
||||||
PID int `db:"pid"`
|
PID string `db:"pid"`
|
||||||
Price float64 `db:"price"`
|
Price float64 `db:"price"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user