Add Price field for Item
This commit is contained in:
parent
bd2005bf5d
commit
b5747c9d9d
|
@ -6,6 +6,7 @@ type Item struct {
|
|||
gorm.Model
|
||||
Name string
|
||||
Comment string
|
||||
Price uint64
|
||||
MetricType uint8
|
||||
MetricValue uint64
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user