feat: mapper function for wish dto;

refactor: made guid foreign key for wish object for more ease of use
This commit is contained in:
2025-08-15 13:53:02 +03:00
parent 711b1ad5d1
commit d12162fc3b
3 changed files with 39 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ type Wish struct {
ID int64
Guid pgtype.UUID
WishListID int64
WishListGuid pgtype.UUID
Name string
Description string
PictureUrl string