This commit is contained in:
PB
2025-11-08 14:54:22 +01:00
parent c502499aa4
commit 4b5d681efe
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
package pricing
type ProductPriceEntity struct {
type ProductPrice struct {
ID int `db:"id"`
PID string `db:"pid"`
Price int `db:"price"`