refactor: 产品分类添加path层级路径逻辑

This commit is contained in:
2025-04-24 14:21:33 +08:00
parent b3d7ceaba9
commit 57657bda1a
4 changed files with 22 additions and 17 deletions

View File

@@ -21,6 +21,7 @@ class ProductCategoryBaseModel extends BaseModel
'language_id' => 'int',
'unique_id' => 'string',
'pid' => 'int',
'path' => 'string',
'name' => 'string',
'icon' => 'string',
'desc' => 'string',