public class ZbShippingFee extends Object implements Serializable
| 构造器和说明 |
|---|
ZbShippingFee() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getOrderId() |
String |
getOrderViewId() |
Double |
getShippingFee() |
String |
getShippingTip() |
void |
setOrderId(Long orderId) |
void |
setOrderViewId(String orderViewId) |
void |
setShippingFee(Double shippingFee) |
void |
setShippingTip(String shippingTip) |
public Long getOrderId()
public void setOrderId(Long orderId)
public String getOrderViewId()
public void setOrderViewId(String orderViewId)
public Double getShippingFee()
public void setShippingFee(Double shippingFee)
public String getShippingTip()
public void setShippingTip(String shippingTip)
Copyright © 2018. All rights reserved.