Add User binding to paymets

This commit is contained in:
qowevisa 2024-11-01 22:54:29 +02:00
parent 2eb7ccdaf4
commit 45123613fd

View File

@ -13,6 +13,8 @@ type Payment struct {
Card *Card
CategoryID uint
Category *Category
UserID uint
User *User
Title string
Descr string
Note string