Add User binding to paymets
This commit is contained in:
parent
2eb7ccdaf4
commit
45123613fd
|
@ -13,6 +13,8 @@ type Payment struct {
|
||||||
Card *Card
|
Card *Card
|
||||||
CategoryID uint
|
CategoryID uint
|
||||||
Category *Category
|
Category *Category
|
||||||
|
UserID uint
|
||||||
|
User *User
|
||||||
Title string
|
Title string
|
||||||
Descr string
|
Descr string
|
||||||
Note string
|
Note string
|
||||||
|
|
Loading…
Reference in New Issue
Block a user