update
This commit is contained in:
@@ -1 +1,7 @@
|
||||
package model
|
||||
|
||||
type ProductPriceModel struct {
|
||||
ID int `db:"id"`
|
||||
PID int `db:"pid"`
|
||||
Price float64 `db:"price"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user