Files
woogo/entity/product_download.go

9 lines
174 B
Go
Raw Normal View History

2025-04-08 19:24:11 +02:00
package entity
// ProductDownload product download properties
type ProductDownload struct {
ID string `json:"id"`
Name string `json:"name"`
File string `json:"file"`
}