Created
This commit is contained in:
11
entity/product_attribute_term.go
Normal file
11
entity/product_attribute_term.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package entity
|
||||
|
||||
// ProductAttributeTerm product attribute term properties
|
||||
type ProductAttributeTerm struct {
|
||||
ID int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Slug string `json:"slug"`
|
||||
Description string `json:"description"`
|
||||
MenuOrder int `json:"menu_order"`
|
||||
Count int `json:"count"`
|
||||
}
|
||||
Reference in New Issue
Block a user