Add comment to income

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

View File

@ -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
}