Add comment to income

This commit is contained in:
qowevisa 2024-08-03 15:50:03 +03:00
parent 9adad26639
commit 3b17cff1ea

View File

@ -11,5 +11,6 @@ type Income struct {
CardID uint
Card *Card
Value uint64
Comment string
Date time.Time
}