userId = $userId; $this->fundId = $fundId; $this->amount = $amount; $this->beforeBalance = $beforeBalance; $this->afterBalance = $afterBalance; $this->operateType = $operateType; $this->operateId = $operateId; $this->remark = $remark; } }