public class Deposit extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
TYPE_AGREE_REFUND |
static Integer |
TYPE_APPLY_FOR_REFUND
申请退还
|
static Integer |
TYPE_NOT_YET_PAY
未缴纳
|
static Integer |
TYPE_PAID
已缴纳
|
static Integer |
TYPE_REFUNDED
已退还
|
static Integer |
TYPE_REFUSE_REFUND |
| 构造器和说明 |
|---|
Deposit() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getAmount() |
Long |
getApplyTime() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getDepositTime() |
Long |
getId() |
Integer |
getIfAgree() |
Long |
getMerchantId() |
String |
getReason() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getWorkerId() |
void |
setAmount(BigDecimal amount) |
void |
setApplyTime(Long applyTime) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDepositTime(Long depositTime) |
void |
setId(Long id) |
void |
setIfAgree(Integer ifAgree) |
void |
setMerchantId(Long merchantId) |
void |
setReason(String reason) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setWorkerId(Long workerId) |
String |
toString() |
public static final Integer TYPE_PAID
public static final Integer TYPE_APPLY_FOR_REFUND
public static final Integer TYPE_REFUNDED
public static final Integer TYPE_NOT_YET_PAY
public static final Integer TYPE_REFUSE_REFUND
public static final Integer TYPE_AGREE_REFUND
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Long getWorkerId()
public void setWorkerId(Long workerId)
public Long getDepositTime()
public void setDepositTime(Long depositTime)
public Long getApplyTime()
public void setApplyTime(Long applyTime)
public Integer getStatus()
public void setStatus(Integer status)
public String getReason()
public void setReason(String reason)
public Integer getIfAgree()
public void setIfAgree(Integer ifAgree)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
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)
Copyright © 2021. All rights reserved.