public class Worker extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_FOLLOWED |
static Integer |
STATUS_NOT_FOLLOWED |
static Integer |
TYPE_APPLY_FOR_REFUND
申请退还
|
static Integer |
TYPE_NOT_PAY
未缴纳
|
static Integer |
TYPE_NOT_READY_FOR_ORDER |
static Integer |
TYPE_NOT_YET_VERIFIED
未通过实名认证
|
static Integer |
TYPE_PAID
已缴纳
|
static Integer |
TYPE_READY_FOR_ORDER |
static Integer |
TYPE_REFUNDED
已退还
|
static Integer |
TYPE_VERIFIED
已通过实名认证
|
| Constructor and Description |
|---|
Worker() |
public static final Integer TYPE_PAID
public static final Integer TYPE_APPLY_FOR_REFUND
public static final Integer TYPE_REFUNDED
public static final Integer TYPE_NOT_PAY
public static final Integer TYPE_VERIFIED
public static final Integer TYPE_NOT_YET_VERIFIED
public static final Integer TYPE_READY_FOR_ORDER
public static final Integer TYPE_NOT_READY_FOR_ORDER
public static final Integer STATUS_FOLLOWED
public static final Integer STATUS_NOT_FOLLOWED
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public Long getUserId()
public void setUserId(Long userId)
public void setMerchantId(Long merchantId)
public String getMobile()
public void setMobile(String mobile)
public String getName()
public void setName(String name)
public String getNickName()
public void setNickName(String nickName)
public String getLocationInfo()
public Double getLatitude()
public void setLatitude(Double latitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public void setLocationInfo(String locationInfo)
public String getIdNumber()
public void setIdNumber(String idNumber)
public String getIdCardInfo()
public void setIdCardInfo(String idCardInfo)
public Integer getDepositStatus()
public void setDepositStatus(Integer depositStatus)
public Integer getFollowStatus()
public void setFollowStatus(Integer followStatus)
public Integer getVerifiedStatus()
public void setVerifiedStatus(Integer verifiedStatus)
public Integer getWorkStatus()
public void setWorkStatus(Integer workStatus)
public Double getAverageEvaluation()
public void setAverageEvaluation(Double averageEvaluation)
public Long getAverageDuration()
public void setAverageDuration(Long averageDuration)
public Integer getCompletionNumber()
public void setCompletionNumber(Integer completionNumber)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getStartTime()
public void setStartTime(Long startTime)
Copyright © 2021. All rights reserved.