This commit is contained in:
PB
2022-12-19 08:52:12 +01:00
parent 0a5010f7b4
commit f8d064fa35
2 changed files with 18 additions and 0 deletions

View File

@@ -1 +1,7 @@
package model
type ProductPriceModel struct {
ID int `db:"id"`
PID int `db:"pid"`
Price float64 `db:"price"`
}