refactor: 更新产品接口添加sku处理逻辑

This commit is contained in:
2025-02-13 11:57:54 +08:00
parent f20325b220
commit bf2cff4de3
6 changed files with 205 additions and 64 deletions

View File

@@ -16,8 +16,8 @@ class ProductSkuAttrBaseModel extends Model
// 字段信息
protected $schema = [
'sku_id' => 'int',
'attr_id' => 'int',
'prop_id' => 'int',
'sku_id' => 'int',
'attr_id' => 'int',
'attr_value' => 'string',
];
}