public class Orders extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
ALL_ORDERS
订单列表-查询全部订单
|
static Long |
EXPIRATION_TIME
订单超时时间-统一为30分钟
|
static Integer |
ORDER_TYPE_PAY
支付
|
static Integer |
ORDER_TYPE_RENEWAL
续费
|
static int |
ORDERS_WAY_CART |
static int |
ORDERS_WAY_DIRECTLy |
static int |
ORDERS_WAY_EXCHANGE |
static int |
ORDERS_WAY_SHIPPING |
static int |
PAYMENT_FAIL
支付失败
|
static Long |
RECEIVE_TIME
自动收货时间为7天
|
static Integer |
RENEWAL_ORDER_TYPE
非续费订单
|
static int |
STATUS_CANCEL
已取消
|
static int |
STATUS_FAILURE
已失效
|
static int |
STATUS_OVER
已完成
|
static int |
STATUS_PENDING_PAYMENT
待付款
|
static int |
STATUS_PICKED |
static int |
STATUS_PREPAID
已支付(待发货)
|
static int |
STATUS_REFUNDED
已退款
|
static int |
STATUS_REJECTED |
static int |
STATUS_WAITING_FINISH
待确认(已发货)
|
static Integer |
TYPE_DEFAULT
方案支付
|
static Integer |
TYPE_DEPOSIT |
static Integer |
TYPE_MERCHANT
商户商品支付
|
static Integer |
TYPE_MICRO_WEBSITE
微官网定制支付
|
static Integer |
TYPE_SERVICE
服务订单支付
|
static int |
WAY_ALI
支付宝支付
|
static int |
WAY_APPLE
苹果支付
|
static int |
WAY_WX
微信支付
|
static int |
WAY_WX_APP
支付宝支付
|
| Constructor and Description |
|---|
Orders() |
public static final Long EXPIRATION_TIME
public static final Long RECEIVE_TIME
public static final Integer RENEWAL_ORDER_TYPE
public static final Integer ALL_ORDERS
public static final int PAYMENT_FAIL
public static final int STATUS_OVER
public static final int STATUS_PENDING_PAYMENT
public static final int STATUS_CANCEL
public static final int STATUS_REJECTED
public static final int STATUS_REFUNDED
public static final int STATUS_FAILURE
public static final int STATUS_PREPAID
public static final int STATUS_PICKED
public static final int STATUS_WAITING_FINISH
public static final int WAY_WX
public static final int WAY_ALI
public static final int WAY_WX_APP
public static final int WAY_APPLE
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 static final Integer TYPE_MERCHANT
public static final Integer TYPE_SERVICE
public static final Integer TYPE_DEPOSIT
public static final int ORDERS_WAY_DIRECTLy
public static final int ORDERS_WAY_CART
public static final int ORDERS_WAY_EXCHANGE
public static final int ORDERS_WAY_SHIPPING
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 getTimeOutAt()
public void setTimeOutAt(Long timeOutAt)
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)
public Long getDeliveryAt()
public void setDeliveryAt(Long deliveryAt)
public Long getReceiveAt()
public void setReceiveAt(Long receiveAt)
public String getExpressAmount()
public void setExpressAmount(String expressAmount)
public Integer getOrdersWay()
public void setOrdersWay(Integer ordersWay)
public Integer getPayRand()
public void setPayRand(Integer payRand)
public Integer getCnt()
public void setCnt(Integer cnt)
public Long getPid()
public void setPid(Long pid)
public Long getSysReceiveAt()
public void setSysReceiveAt(Long sysReceiveAt)
public BigDecimal getOtherAmount()
public void setOtherAmount(BigDecimal otherAmount)
public String getDescription()
public void setDescription(String description)
Copyright © 2023. All rights reserved.