public class WorkerOrderRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
TYPE_ACCEPT
接单
|
static Integer |
TYPE_REFUSE
拒绝
|
| Constructor and Description |
|---|
WorkerOrderRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
Integer |
getNeedGrab() |
Long |
getOrderId() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getWorkerId() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setNeedGrab(Integer needGrab) |
void |
setOrderId(Long orderId) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setWorkerId(Long workerId) |
String |
toString() |
public static final Integer TYPE_ACCEPT
public static final Integer TYPE_REFUSE
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Long getOrderId()
public void setOrderId(Long orderId)
public Long getWorkerId()
public void setWorkerId(Long workerId)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getNeedGrab()
public void setNeedGrab(Integer needGrab)
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)
Copyright © 2021. All rights reserved.