Created
This commit is contained in:
8
entity/porduct_default_attribute.go
Normal file
8
entity/porduct_default_attribute.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package entity
|
||||
|
||||
// ProductDefaultAttribute product default attribute properties
|
||||
type ProductDefaultAttribute struct {
|
||||
ID int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Option string `json:"option"`
|
||||
}
|
||||
Reference in New Issue
Block a user