fromUserId = $data['from_user_id']; $this->toUserId = $data['to_user_id']; $this->fundId = $data['fund_id']; $this->amount = $data['amount']; $this->operateId = $data['operate_id']; $this->remark = $data['remark'] ?? ''; } }