id; } /** * @param int $id * @return UserSignFenrunEntity */ public function setId(int $id): UserSignFenrunEntity { $this->id = $id; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return UserSignFenrunEntity */ public function setUid(int $uid): UserSignFenrunEntity { $this->uid = $uid; return $this; } /** * @return float */ public function getNumber(): float { return $this->number; } /** * @param float $number * @return UserSignFenrunEntity */ public function setNumber(float $number): UserSignFenrunEntity { $this->number = $number; return $this; } /** * @return int */ public function getStatus(): int { return $this->status; } /** * @param int $status * @return UserSignFenrunEntity */ public function setStatus(int $status): UserSignFenrunEntity { $this->status = $status; return $this; } /** * @return string */ public function getMark(): string { return $this->mark; } /** * @param string $mark * @return UserSignFenrunEntity */ public function setMark(string $mark): UserSignFenrunEntity { $this->mark = $mark; return $this; } /** * @return string */ public function getDesc(): string { return $this->desc; } /** * @param string $desc * @return UserSignFenrunEntity */ public function setDesc(string $desc): UserSignFenrunEntity { $this->desc = $desc; return $this; } /** * @return string */ public function getOrderId(): string { return $this->orderId; } /** * @param string $orderId * @return UserSignFenrunEntity */ public function setOrderId(string $orderId): UserSignFenrunEntity { $this->orderId = $orderId; return $this; } /** * @return string */ public function getOrderType(): string { return $this->orderType; } /** * @param string $orderType * @return UserSignFenrunEntity */ public function setOrderType(string $orderType): UserSignFenrunEntity { $this->orderType = $orderType; return $this; } /** * @return mixed */ public function getSettlementTime() { return $this->settlementTime; } /** * @param mixed $settlementTime * @return UserSignFenrunEntity */ public function setSettlementTime($settlementTime): UserSignFenrunEntity { $this->settlementTime = $settlementTime; return $this; } /** * @return int */ public function getAddtime(): int { return $this->addtime; } /** * @param int $addtime * @return UserSignFenrunEntity */ public function setAddtime(int $addtime): UserSignFenrunEntity { $this->addtime = $addtime; return $this; } // 添加时间 }