public class Refunds extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
Account_name_zhenglian |
static Integer |
Notify_Satus_Expire
已过期 连续发送,超过24小时,是已过期
|
static Integer |
Notify_Satus_Notify
已通知 对方已收到通知结果
|
static Integer |
Notify_Satus_Unnotify
未通知 新建的订单,一次未通知的,是未通知
|
static Integer |
Status_pass |
static Integer |
Status_refuse |
static Integer |
Status_Verifying |
| 构造器和说明 |
|---|
Refunds() |
public static final Integer Status_Verifying
public static final Integer Status_pass
public static final Integer Status_refuse
public static final Integer Notify_Satus_Notify
public static final Integer Notify_Satus_Unnotify
public static final Integer Notify_Satus_Expire
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 String getOrderNo()
public void setOrderNo(String orderNo)
public BigDecimal getRefundTot()
public void setRefundTot(BigDecimal refundTot)
public Integer getStatus()
public void setStatus(Integer status)
public Long getRefundAt()
public void setRefundAt(Long refundAt)
public Long getVerifyAt()
public void setVerifyAt(Long verifyAt)
public Long getVerifyBy()
public void setVerifyBy(Long verifyBy)
public String getReason()
public void setReason(String reason)
public Long getAccountId()
public void setAccountId(Long accountId)
public String getAccountName()
public void setAccountName(String accountName)
public String getRefundNo()
public void setRefundNo(String refundNo)
public String getNotifyUrl()
public void setNotifyUrl(String notifyUrl)
public Integer getNotifyCount()
public void setNotifyCount(Integer notifyCount)
public Integer getNotifyStatus()
public void setNotifyStatus(Integer notifyStatus)
public Long getNextnNotifyAt()
public void setNextnNotifyAt(Long nextnNotifyAt)
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.