public class Orders extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
ALL_ORDERS
订单列表-查询全部订单
|
static Integer |
ORDER_TYPE_PAY
支付
|
static Integer |
ORDER_TYPE_RENEWAL
续费
|
static Integer |
STATUS_CANCEL
已取消
|
static Integer |
STATUS_FAILURE
已失效
|
static Integer |
STATUS_OVER
已完成
|
static Integer |
STATUS_PENDING_PAYMENT
待付款
|
static Integer |
STATUS_REFUND
已退款
|
static Integer |
TYPE_DEFAULT
方案支付
|
static Integer |
TYPE_MICRO_WEBSITE
微官网定制支付
|
static Integer |
WAY_ALI
支付宝支付
|
static Integer |
WAY_WX
微信支付
|
| 构造器和说明 |
|---|
Orders() |
public static final Integer ALL_ORDERS
public static final Integer STATUS_OVER
public static final Integer STATUS_PENDING_PAYMENT
public static final Integer STATUS_CANCEL
public static final Integer STATUS_REFUND
public static final Integer STATUS_FAILURE
public static final Integer WAY_WX
public static final Integer WAY_ALI
public static final Integer ORDER_TYPE_PAY
public static final Integer ORDER_TYPE_RENEWAL
public static final Integer TYPE_DEFAULT
public static final Integer TYPE_MICRO_WEBSITE
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public String getUserName()
public void setUserName(String userName)
public String getPayNo()
public void setPayNo(String payNo)
public String getOrdersNo()
public void setOrdersNo(String ordersNo)
public String getProduct()
public void setProduct(String product)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public BigDecimal getPayAmount()
public void setPayAmount(BigDecimal payAmount)
public Integer getType()
public void setType(Integer type)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getWay()
public void setWay(Integer way)
public Long getPayAt()
public void setPayAt(Long payAt)
public Long getOrderAt()
public void setOrderAt(Long orderAt)
public Long getEndAt()
public void setEndAt(Long endAt)
public Long getGoodsId()
public void setGoodsId(Long goodsId)
public Integer getOrderType()
public void setOrderType(Integer orderType)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
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 © 2021. All rights reserved.