public class WithdrawRecord extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_AGREE
已提现
|
static Integer |
STATUS_APPLYING
申请中
|
static Integer |
STATUS_REJECT
被驳回
|
| Constructor and Description |
|---|
WithdrawRecord() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
BigDecimal |
getDisagreeAmount() |
Long |
getId() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAmount(BigDecimal amount) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDisagreeAmount(BigDecimal disagreeAmount) |
void |
setId(Long id) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_APPLYING
public static final Integer STATUS_AGREE
public static final Integer STATUS_REJECT
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public BigDecimal getDisagreeAmount()
public void setDisagreeAmount(BigDecimal disagreeAmount)
Copyright © 2018. All rights reserved.