Created
This commit is contained in:
8
entity/product_download.go
Normal file
8
entity/product_download.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package entity
|
||||
|
||||
// ProductDownload product download properties
|
||||
type ProductDownload struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
File string `json:"file"`
|
||||
}
|
||||
Reference in New Issue
Block a user