userId = $userId; $this->itemId = $itemId; $this->instanceId = $instanceId; $this->oldQuantity = $oldQuantity; $this->newQuantity = $newQuantity; $this->changeAmount = $newQuantity - $oldQuantity; // 自动计算变化量 $this->userItemId = $userItemId; $this->oldFrozenStatus = $oldFrozenStatus; $this->newFrozenStatus = $newFrozenStatus; $this->options = $options; } }