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