fix: openapi 取消产品分类icon,desc字段输出

This commit is contained in:
2025-07-05 14:01:51 +08:00
parent 9182ed29d9
commit 4d988c316b

View File

@@ -27,6 +27,8 @@ class ProductCategory
$categories = ProductCategoryModel::withoutField([
'language_id',
'unique_id',
'icon',
'desc',
'related_tco_category',
'created_at',
'updated_at'