Price::class, ]; /** * @var array */ protected $fillable = [ 'user_id', 'order_id', 'spu_id', 'sku_id', 'category_id', 'name', 'specs', 'cover', 'weight', 'sell_price', 'vip_price', 'quantity', 'coupon_discount_amount', 'vip_discount_amount', 'reduced_amount', 'total_amount', ]; }