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