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