refactor: 修改产品属性特征模型

This commit is contained in:
2025-02-28 15:16:30 +08:00
parent f34b2ea48b
commit 26409a3c56

View File

@@ -21,6 +21,5 @@ class ProductAttrPropBaseModel extends BaseModel
'prop_name' => 'string',
'prop_value' => 'string',
'created_at' => 'datetime',
'updated_at' => 'datetime',
];
}