Add Price field for Item

This commit is contained in:
qowevisa 2024-11-20 18:17:21 +02:00
parent bd2005bf5d
commit b5747c9d9d

View File

@ -6,6 +6,7 @@ type Item struct {
gorm.Model
Name string
Comment string
Price uint64
MetricType uint8
MetricValue uint64
//