fromUserId = $fromUserId; $this->fromFundId = $fromFundId; $this->toUserId = $toUserId; $this->toFundId = $toFundId; $this->amount = $amount; $this->fromBeforeBalance = $fromBeforeBalance; $this->fromAfterBalance = $fromAfterBalance; $this->toBeforeBalance = $toBeforeBalance; $this->toAfterBalance = $toAfterBalance; $this->operateType = $operateType; $this->operateId = $operateId; $this->remark = $remark; } }