6
0
Fork 0

更新商品SKU模型

release
李静 2021-11-26 14:27:23 +08:00
parent 79a086cb89
commit dc08a1162d
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class ProductSku extends Model
* @var array
*/
protected $fillable = [
'spu_id',
'name',
'subtitle',
'category_id',
@ -40,6 +41,7 @@ class ProductSku extends Model
'media',
'weight',
'attrs',
'specs',
'stock',
'sales',
'release_at',