diff --git a/entity/product_category.go b/entity/product_category.go index 811009b..247c7ff 100644 --- a/entity/product_category.go +++ b/entity/product_category.go @@ -11,4 +11,5 @@ type ProductCategory struct { Image *ProductImage `json:"image,omitempty"` MenuOrder int `json:"menu_order"` Count int `json:"count"` + Exclude *bool `json:"exclude,omitempty"` }