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