Add comment to income
This commit is contained in:
parent
9adad26639
commit
3b17cff1ea
|
@ -8,8 +8,9 @@ import (
|
||||||
|
|
||||||
type Income struct {
|
type Income struct {
|
||||||
gorm.Model
|
gorm.Model
|
||||||
CardID uint
|
CardID uint
|
||||||
Card *Card
|
Card *Card
|
||||||
Value uint64
|
Value uint64
|
||||||
Date time.Time
|
Comment string
|
||||||
|
Date time.Time
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user