expanded by is_oem

This commit is contained in:
Daniel Goc
2026-04-15 13:19:28 +02:00
parent 80a1314dc0
commit 2ca07f03ce
21 changed files with 116 additions and 86 deletions

View File

@@ -95,4 +95,6 @@ type Product struct {
Category string `gorm:"column:category" json:"category"`
IsFavorite bool `gorm:"column:is_favorite" json:"is_favorite"`
IsOEM bool `gorm:"column:is_oem" json:"is_oem"`
IsNew bool `gorm:"column:is_new" json:"is_new"`
}