feat: 新增产品属性增/删/改/查接口
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user