add pdf upload

This commit is contained in:
2025-03-05 15:06:28 +01:00
parent 503ab0e9bd
commit fa214f4fdf
5 changed files with 47 additions and 8 deletions

View File

@@ -48,4 +48,5 @@ type ShopItem struct {
IsPublic bool `json:"isPublic" gorm:"default:true"`
Tags []Tag `gorm:"many2many:item_tags;"`
Image string
Pdf string
}