public class AccountRecord extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
MONEYTYPE_1 |
static Integer |
MONEYTYPE_2 |
static Integer |
MONEYTYPE_3 |
static Integer |
need_check_n |
static Integer |
need_check_y |
static Integer |
receive_check_n |
static Integer |
recevie_check_y |
static Integer |
STATUS_1
1/待审核
2/审核通过
3/审核驳回
|
static Integer |
STATUS_2 |
static Integer |
STATUS_3 |
static Integer |
TYPE_1 |
static Integer |
TYPE_2 |
static Integer |
TYPE_3 |
static Integer |
TYPE_4 |
| 构造器和说明 |
|---|
AccountRecord() |
public static final Integer MONEYTYPE_1
public static final Integer MONEYTYPE_2
public static final Integer MONEYTYPE_3
public static final Integer TYPE_1
public static final Integer TYPE_2
public static final Integer TYPE_3
public static final Integer TYPE_4
public static final Integer need_check_y
public static final Integer need_check_n
public static final Integer receive_check_n
public static final Integer recevie_check_y
public static final Integer STATUS_1
public static final Integer STATUS_2
public static final Integer STATUS_3
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public String getOrgCode()
public void setOrgCode(String orgCode)
public String getOrgName()
public void setOrgName(String orgName)
public Long getAccountId()
public void setAccountId(Long accountId)
public Integer getType()
public void setType(Integer type)
public String getComment()
public void setComment(String comment)
public String getFromAt()
public void setFromAt(String fromAt)
public String getFromBank()
public void setFromBank(String fromBank)
public String getFromParty()
public void setFromParty(String fromParty)
public Integer getReceiveCheck()
public void setReceiveCheck(Integer receiveCheck)
public Integer getNeedCheck()
public void setNeedCheck(Integer needCheck)
public Long getPostLine()
public void setPostLine(Long postLine)
public String getSerialNum()
public void setSerialNum(String serialNum)
public BigDecimal getAddMoney()
public void setAddMoney(BigDecimal addMoney)
public BigDecimal getLastMoney()
public void setLastMoney(BigDecimal lastMoney)
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 String getAccountCode()
public void setAccountCode(String accountCode)
public Integer getMoneyType()
public void setMoneyType(Integer moneyType)
public Integer getStatus()
public void setStatus(Integer status)
public String getToAccountCode()
public void setToAccountCode(String toAccountCode)
public Long getToAccountId()
public void setToAccountId(Long toAccountId)
public BigDecimal getOldMoney()
public void setOldMoney(BigDecimal oldMoney)
public BigDecimal getToLastMoney()
public void setToLastMoney(BigDecimal toLastMoney)
public BigDecimal getToOldMoney()
public void setToOldMoney(BigDecimal toOldMoney)
public String getMobile()
public void setMobile(String mobile)
public String getRefuseReason()
public void setRefuseReason(String refuseReason)
Copyright © 2017. All rights reserved.