public class PayOrder extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
Type_Unionpay
银联支付
|
| Constructor and Description |
|---|
PayOrder() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getId() |
Double |
getMoney() |
String |
getOrderNumber() |
Long |
getOrderTime() |
String |
getType() |
Long |
getUpdateAt() |
void |
setCreateAt(Long createAt) |
void |
setId(Long id) |
void |
setMoney(Double money) |
void |
setOrderNumber(String orderNumber) |
void |
setOrderTime(Long orderTime) |
void |
setType(String type) |
void |
setUpdateAt(Long updateAt) |
String |
toString() |
public static final String Type_Unionpay
public Long getId()
public void setId(Long id)
public String getOrderNumber()
public void setOrderNumber(String orderNumber)
public String getType()
public void setType(String type)
public Double getMoney()
public void setMoney(Double money)
public Long getOrderTime()
public void setOrderTime(Long orderTime)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2023. All rights reserved.