public class RepayHistory extends Object implements Serializable
| 构造器和说明 |
|---|
RepayHistory() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getAmount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getMobile() |
String |
getName() |
String |
getNumber() |
String |
getOrderNo() |
BigDecimal |
getRest() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAmount(BigDecimal amount) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setNumber(String number) |
void |
setOrderNo(String orderNo) |
void |
setRest(BigDecimal rest) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
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 getOrderNo()
public void setOrderNo(String orderNo)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public String getNumber()
public void setNumber(String number)
public Integer getType()
public void setType(Integer type)
public BigDecimal getRest()
public void setRest(BigDecimal rest)
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.