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