public class FundHistory extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
DETAIL_Charge |
static Integer |
DETAIL_Deposit |
static Integer |
DETAIL_Draw |
static Integer |
DETAIL_Pay |
static Integer |
DETAIL_Refund |
static Integer |
DETAIL_Repay |
static Integer |
FLAG_In |
static Integer |
FLAG_Out |
static Integer |
STATUS_Pass |
static Integer |
STATUS_Refuse |
static Integer |
STATUS_Verify |
static Integer |
TYPE_Charge_Account |
static Integer |
TYPE_Draw_Account |
static Integer |
TYPE_Pay |
static Integer |
TYPE_Refund |
| 构造器和说明 |
|---|
FundHistory() |
public static final Integer DETAIL_Charge
public static final Integer DETAIL_Draw
public static final Integer DETAIL_Pay
public static final Integer DETAIL_Deposit
public static final Integer DETAIL_Repay
public static final Integer DETAIL_Refund
public static final Integer TYPE_Charge_Account
public static final Integer TYPE_Draw_Account
public static final Integer TYPE_Pay
public static final Integer TYPE_Refund
public static final Integer FLAG_Out
public static final Integer FLAG_In
public static final Integer STATUS_Verify
public static final Integer STATUS_Pass
public static final Integer STATUS_Refuse
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 Integer getType()
public void setType(Integer type)
public Integer getUserType()
public void setUserType(Integer userType)
public Integer getDetail()
public void setDetail(Integer detail)
public Long getPayAccountId()
public void setPayAccountId(Long payAccountId)
public String getPayAccountName()
public void setPayAccountName(String payAccountName)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public String getComment()
public void setComment(String comment)
public String getAdditional()
public void setAdditional(String additional)
public Integer getFlag()
public void setFlag(Integer flag)
public String getSerialNum()
public void setSerialNum(String serialNum)
public String getOrderNo()
public void setOrderNo(String orderNo)
public Integer getStatus()
public void setStatus(Integer status)
public BigDecimal getBeforeTransaction()
public void setBeforeTransaction(BigDecimal beforeTransaction)
public BigDecimal getAfterTransaction()
public void setAfterTransaction(BigDecimal afterTransaction)
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.