public class ApplyingRecord extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT_INT_NONE |
static Long |
DEFAULT_LONG_NONE
无数据
|
static Integer |
STATUS_AGREE
已结算
|
static Integer |
STATUS_APPLYING
待达标
|
static Integer |
STATUS_REJECT
未达标
|
static Integer |
TYPE_CARD
信用卡
|
static Integer |
TYPE_LENDING
网贷
|
| Constructor and Description |
|---|
ApplyingRecord() |
public static final Long DEFAULT_LONG_NONE
public static final Integer DEFAULT_INT_NONE
public static final Integer STATUS_APPLYING
public static final Integer STATUS_AGREE
public static final Integer STATUS_REJECT
public static final Integer TYPE_LENDING
public static final Integer TYPE_CARD
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getMobile()
public void setMobile(String mobile)
public String getIdCard()
public void setIdCard(String idCard)
public Long getProductId()
public void setProductId(Long productId)
public Integer getType()
public void setType(Integer type)
public Integer getDeadline()
public void setDeadline(Integer deadline)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public BigDecimal getProxyAmount()
public void setProxyAmount(BigDecimal proxyAmount)
public BigDecimal getFirstProxyAmount()
public void setFirstProxyAmount(BigDecimal firstProxyAmount)
public BigDecimal getSecondProxyAmount()
public void setSecondProxyAmount(BigDecimal secondProxyAmount)
public BigDecimal getVerifyAmount()
public void setVerifyAmount(BigDecimal verifyAmount)
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)
Copyright © 2018. All rights reserved.