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