Files
woogo/entity/product_download.go
scheibling 30fb57f4f7 Created
2025-04-08 19:24:11 +02:00

9 lines
174 B
Go

package entity
// ProductDownload product download properties
type ProductDownload struct {
ID string `json:"id"`
Name string `json:"name"`
File string `json:"file"`
}