public class Withdraw extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
COMPLETED
提现状态:已完成
|
static Integer |
PENDING
提现状态:待处理
|
| Constructor and Description |
|---|
Withdraw() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBankCardNumber() |
String |
getBankCardOwnerName() |
Long |
getBrokerId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getIssuingBank() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
BigDecimal |
getWithdrawalAmount() |
void |
setBankCardNumber(String bankCardNumber) |
void |
setBankCardOwnerName(String bankCardOwnerName) |
void |
setBrokerId(Long brokerId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setIssuingBank(String issuingBank) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setWithdrawalAmount(BigDecimal withdrawalAmount) |
String |
toString() |
public static final Integer PENDING
public static final Integer COMPLETED
public Long getId()
public void setId(Long id)
public String getBankCardNumber()
public void setBankCardNumber(String bankCardNumber)
public String getIssuingBank()
public void setIssuingBank(String issuingBank)
public String getBankCardOwnerName()
public void setBankCardOwnerName(String bankCardOwnerName)
public BigDecimal getWithdrawalAmount()
public void setWithdrawalAmount(BigDecimal withdrawalAmount)
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 Long getBrokerId()
public void setBrokerId(Long brokerId)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2018. All rights reserved.