id; } /** * @param mixed $id * @return UserWithdrawalLimitRecordEntity */ public function setId($id): UserWithdrawalLimitRecordEntity { $this->id = $id; return $this; } /** * @return mixed */ public function getUserId() { return $this->userId; } /** * @param mixed $userId * @return UserWithdrawalLimitRecordEntity */ public function setUserId($userId): UserWithdrawalLimitRecordEntity { $this->userId = $userId; return $this; } /** * @return mixed */ public function getPm() { return $this->pm; } /** * @param mixed $pm * @return UserWithdrawalLimitRecordEntity */ public function setPm($pm): UserWithdrawalLimitRecordEntity { $this->pm = $pm; return $this; } /** * @return mixed */ public function getNumber() { return $this->number; } /** * @param mixed $number * @return UserWithdrawalLimitRecordEntity */ public function setNumber($number): UserWithdrawalLimitRecordEntity { $this->number = $number; return $this; } /** * @return mixed */ public function getBalance() { return $this->balance; } /** * @param mixed $balance * @return UserWithdrawalLimitRecordEntity */ public function setBalance($balance): UserWithdrawalLimitRecordEntity { $this->balance = $balance; return $this; } /** * @return mixed */ public function getStatus() { return $this->status; } /** * @param mixed $status * @return UserWithdrawalLimitRecordEntity */ public function setStatus($status): UserWithdrawalLimitRecordEntity { $this->status = $status; return $this; } /** * @return mixed */ public function getTypeShop() { return $this->typeShop; } /** * @param mixed $typeShop * @return UserWithdrawalLimitRecordEntity */ public function setTypeShop($typeShop): UserWithdrawalLimitRecordEntity { $this->typeShop = $typeShop; return $this; } /** * @return mixed */ public function getOrderSn() { return $this->orderSn; } /** * @param mixed $orderSn * @return UserWithdrawalLimitRecordEntity */ public function setOrderSn($orderSn): UserWithdrawalLimitRecordEntity { $this->orderSn = $orderSn; return $this; } /** * @return mixed */ public function getTakeTime() { return $this->takeTime; } /** * @param mixed $takeTime * @return UserWithdrawalLimitRecordEntity */ public function setTakeTime($takeTime): UserWithdrawalLimitRecordEntity { $this->takeTime = $takeTime; return $this; } /** * @return mixed */ public function getRemark() { return $this->remark; } /** * @param mixed $remark * @return UserWithdrawalLimitRecordEntity */ public function setRemark($remark): UserWithdrawalLimitRecordEntity { $this->remark = $remark; return $this; } /** * @return mixed */ public function getCreateTime() { return $this->createTime; } /** * @param mixed $createTime * @return UserWithdrawalLimitRecordEntity */ public function setCreateTime($createTime): UserWithdrawalLimitRecordEntity { $this->createTime = $createTime; return $this; } /** * @return mixed */ public function getUpdateTime() { return $this->updateTime; } /** * @param mixed $updateTime * @return UserWithdrawalLimitRecordEntity */ public function setUpdateTime($updateTime): UserWithdrawalLimitRecordEntity { $this->updateTime = $updateTime; return $this; } }