refactor: photo_album格式问题

This commit is contained in:
2025-05-23 14:05:40 +08:00
parent 2dd4011067
commit 66275cb3f6

View File

@@ -21,7 +21,7 @@ class ProductSkuBaseModel extends BaseModel
'product_id' => 'int', 'product_id' => 'int',
'sku' => 'string', 'sku' => 'string',
'main_image' => 'string', 'main_image' => 'string',
'photo_album' => 'string', 'photo_album' => 'json',
'sort' => 'int', 'sort' => 'int',
'created_at' => 'datetime', 'created_at' => 'datetime',
'updated_at' => 'datetime' 'updated_at' => 'datetime'