public class CashApply extends Object implements Serializable
| 构造器和说明 |
|---|
CashApply() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCardNo() |
Long |
getCreateAt() |
Long |
getCreateBy() |
BigDecimal |
getExpenditureCount() |
Long |
getId() |
Integer |
getManner() |
String |
getReason() |
Integer |
getStatus() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getVerifyAt() |
void |
setCardNo(String cardNo) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setExpenditureCount(BigDecimal expenditureCount) |
void |
setId(Long id) |
void |
setManner(Integer manner) |
void |
setReason(String reason) |
void |
setStatus(Integer status) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setVerifyAt(Long verifyAt) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public BigDecimal getExpenditureCount()
public void setExpenditureCount(BigDecimal expenditureCount)
public Integer getType()
public void setType(Integer type)
public String getCardNo()
public void setCardNo(String cardNo)
public Integer getManner()
public void setManner(Integer manner)
public Integer getStatus()
public void setStatus(Integer status)
public Long getVerifyAt()
public void setVerifyAt(Long verifyAt)
public String getReason()
public void setReason(String reason)
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.