refactor: 修改产品属性类型
This commit is contained in:
@@ -19,6 +19,7 @@ class ProductAttrBaseModel extends BaseModel
|
||||
protected $schema = [
|
||||
'id' => 'int',
|
||||
'language_id' => 'int',
|
||||
'attr_type' => 'string',
|
||||
'attr_name' => 'string',
|
||||
'is_system' => 'string',
|
||||
'created_at' => 'datetime',
|
||||
|
||||
Reference in New Issue
Block a user