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

9 lines
207 B
Go

package entity
// ProductDefaultAttribute product default attribute properties
type ProductDefaultAttribute struct {
ID int `json:"id"`
Name string `json:"name"`
Option string `json:"option"`
}