Removed uneccessary suffixes

This commit is contained in:
PB
2025-10-21 14:03:13 +02:00
parent 44ac85bed7
commit 0ae9fd4c99
5 changed files with 7 additions and 7 deletions

View File

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