public class ApplicationRecod extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
0=查全部
|
static Integer |
COMPLETED
申请状态 已完成
|
static int |
COMPLETED_INT
2=已完成
|
static Long |
DAY
一天时间戳
|
static Integer |
DID_NOT_PASS
申请状态 未通过
|
static int |
DID_NOT_PASS_INT
,3=未通过
|
static Integer |
INIT
申请状态 初始化 (申请中)
|
static Integer |
MANUAL_REVIEW
审核状态 人工审核
|
static Integer |
STAYING_IN_CHECK
申请状态 待在查 (申请中)
|
static int |
STAYING_IN_CHECK_INT
1=待在查
|
| Constructor and Description |
|---|
ApplicationRecod() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBankId() |
String |
getBankName() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getIDCard() |
String |
getMobile() |
String |
getName() |
String |
getNumber() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBankId(Long bankId) |
void |
setBankName(String bankName) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setIDCard(String IDCard) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setNumber(String number) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STAYING_IN_CHECK
public static final Integer COMPLETED
public static final Integer DID_NOT_PASS
public static final Integer MANUAL_REVIEW
public static final Integer INIT
public static final int ALL
public static final int COMPLETED_INT
public static final int STAYING_IN_CHECK_INT
public static final int DID_NOT_PASS_INT
public static final Long DAY
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
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)
public Long getBankId()
public void setBankId(Long bankId)
public String getMobile()
public String getName()
public void setMobile(String mobile)
public void setName(String name)
public Integer getStatus()
public String getBankName()
public void setStatus(Integer status)
public void setBankName(String bankName)
public String getNumber()
public void setNumber(String number)
public String getIDCard()
public void setIDCard(String IDCard)
Copyright © 2018. All rights reserved.