public class WithdrawalsRecord extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
AMOUNT_EXCEED_LIMIT
当日提现金额超过限制
|
static BigDecimal |
AMOUNT_LIMIT
当日提现金额限制
|
static Integer |
COMMISSION
查询类型 2=提现审核
|
static Integer |
FAIL
提现审核 不通过
|
static Integer |
INIT
初始化
|
static Integer |
LESS_THAN_LIMIT |
static Integer |
NUMBER_LIMIT
当日提现次数限制
|
static Integer |
PASS
提现审核 通过
|
static Integer |
UNREVIEWED
提现审核 未审核
|
static Integer |
WITHDRAW
查询类型 1=提现记录
|
| Constructor and Description |
|---|
WithdrawalsRecord() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getApplicationTime() |
BigDecimal |
getCashTodayAmount() |
BigDecimal |
getCashWithdrawalAmount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getSerialNumber() |
Integer |
getStatus() |
Long |
getTimeOfArrival() |
Integer |
getTodayWithdrawals() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setApplicationTime(Long applicationTime) |
void |
setCashTodayAmount(BigDecimal cashTodayAmount) |
void |
setCashWithdrawalAmount(BigDecimal cashWithdrawalAmount) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setSerialNumber(String serialNumber) |
void |
setStatus(Integer status) |
void |
setTimeOfArrival(Long timeOfArrival) |
void |
setTodayWithdrawals(Integer todayWithdrawals) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer PASS
public static final Integer FAIL
public static final Integer UNREVIEWED
public static final Integer WITHDRAW
public static final Integer COMMISSION
public static final Integer NUMBER_LIMIT
public static final BigDecimal AMOUNT_LIMIT
public static final Integer AMOUNT_EXCEED_LIMIT
public static final Integer LESS_THAN_LIMIT
public static final Integer INIT
public Long getId()
public void setId(Long id)
public String getSerialNumber()
public void setSerialNumber(String serialNumber)
public Long getUid()
public void setUid(Long uid)
public Integer getTodayWithdrawals()
public void setTodayWithdrawals(Integer todayWithdrawals)
public BigDecimal getCashTodayAmount()
public void setCashTodayAmount(BigDecimal cashTodayAmount)
public BigDecimal getCashWithdrawalAmount()
public void setCashWithdrawalAmount(BigDecimal cashWithdrawalAmount)
public Long getApplicationTime()
public void setApplicationTime(Long applicationTime)
public Long getTimeOfArrival()
public void setTimeOfArrival(Long timeOfArrival)
public Integer getStatus()
public void setStatus(Integer status)
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 © 2018. All rights reserved.