feat: 新增产品属性增/删/改/查接口

This commit is contained in:
2025-02-12 14:33:39 +08:00
parent 88d030e6c4
commit 7a056f3437
7 changed files with 314 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ class ProductAttrPropBaseModel extends BaseModel
// 字段信息
protected $schema = [
'id' => 'int',
'attr_id' => 'int',
'prop_type' => 'int',
'prop_name' => 'string',
'prop_value' => 'string',
'created_at' => 'datetime',