public class Draw extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
Draw_Type_card
提现至银行卡
|
static Integer |
Draw_Type_fund
提现至证联余额
|
static Integer |
STATUS_COMPLETE
完成
|
static Integer |
STATUS_PROCCESS
执行中
|
| 构造器和说明 |
|---|
Draw() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getAmount() |
String |
getCardNo() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getMobile() |
String |
getName() |
Integer |
getPaymentType() |
Long |
getPid() |
Long |
getRewardAt() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAmount(BigDecimal amount) |
void |
setCardNo(String cardNo) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setPaymentType(Integer paymentType) |
void |
setPid(Long pid) |
void |
setRewardAt(Long rewardAt) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer Draw_Type_fund
public static final Integer Draw_Type_card
public static final Integer STATUS_PROCCESS
public static final Integer STATUS_COMPLETE
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getName()
public void setName(String name)
public String getMobile()
public void setMobile(String mobile)
public Long getPid()
public void setPid(Long pid)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getPaymentType()
public void setPaymentType(Integer paymentType)
public String getCardNo()
public void setCardNo(String cardNo)
public Long getRewardAt()
public void setRewardAt(Long rewardAt)
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)
Copyright © 2017. All rights reserved.