id; } /** * @param int $id * @return UserSignJingdouEntity */ public function setId(int $id): UserSignJingdouEntity { $this->id = $id; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return UserSignJingdouEntity */ public function setUid(int $uid): UserSignJingdouEntity { $this->uid = $uid; return $this; } /** * @return int */ public function getMerId(): int { return $this->merId; } /** * @param int $merId * @return UserSignJingdouEntity */ public function setMerId(int $merId): UserSignJingdouEntity { $this->merId = $merId; return $this; } /** * @return float */ public function getNumber(): float { return $this->number; } /** * @param float $number * @return UserSignJingdouEntity */ public function setNumber(float $number): UserSignJingdouEntity { $this->number = $number; return $this; } /** * @return int */ public function getStatus(): int { return $this->status; } /** * @param int $status * @return UserSignJingdouEntity */ public function setStatus(int $status): UserSignJingdouEntity { $this->status = $status; return $this; } /** * @return string */ public function getMark(): string { return $this->mark; } /** * @param string $mark * @return UserSignJingdouEntity */ public function setMark(string $mark): UserSignJingdouEntity { $this->mark = $mark; return $this; } /** * @return string */ public function getDesc(): string { return $this->desc; } /** * @param string $desc * @return UserSignJingdouEntity */ public function setDesc(string $desc): UserSignJingdouEntity { $this->desc = $desc; return $this; } /** * @return string */ public function getOrderId(): string { return $this->orderId; } /** * @param string $orderId * @return UserSignJingdouEntity */ public function setOrderId(string $orderId): UserSignJingdouEntity { $this->orderId = $orderId; return $this; } /** * @return float */ public function getSurplus(): float { return $this->surplus; } /** * @param float $surplus * @return UserSignJingdouEntity */ public function setSurplus(float $surplus): UserSignJingdouEntity { $this->surplus = $surplus; return $this; } /** * @return string */ public function getOrderType(): string { return $this->orderType; } /** * @param string $orderType * @return UserSignJingdouEntity */ public function setOrderType(string $orderType): UserSignJingdouEntity { $this->orderType = $orderType; return $this; } /** * @return null */ public function getType() { return $this->type; } /** * @param null $type * @return UserSignJingdouEntity */ public function setType($type) { $this->type = $type; return $this; } /** * @return null */ public function getSettlementTime() { return $this->settlementTime; } /** * @param null $settlementTime * @return UserSignJingdouEntity */ public function setSettlementTime($settlementTime) { $this->settlementTime = $settlementTime; return $this; } /** * @return int */ public function getAddtime(): int { return $this->addtime; } /** * @param int $addtime * @return UserSignJingdouEntity */ public function setAddtime(int $addtime): UserSignJingdouEntity { $this->addtime = $addtime; return $this; } }