Add comment field for Item schema
This commit is contained in:
parent
0e081297d0
commit
713f19a201
|
@ -7,6 +7,7 @@ type Item struct {
|
|||
Name string
|
||||
MetricType string
|
||||
MetricValue uint64
|
||||
Comment string
|
||||
//
|
||||
CategoryID uint
|
||||
Category *Category
|
||||
|
|
Loading…
Reference in New Issue
Block a user