public class DeliveryInfoVO extends AlipayObject
| 构造器和说明 |
|---|
DeliveryInfoVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDeliveryId() |
List<DeliveryItemInfoVO> |
getItemInfoList() |
String |
getWaybillId() |
void |
setDeliveryId(String deliveryId) |
void |
setItemInfoList(List<DeliveryItemInfoVO> itemInfoList) |
void |
setWaybillId(String waybillId) |
public String getDeliveryId()
public void setDeliveryId(String deliveryId)
public List<DeliveryItemInfoVO> getItemInfoList()
public void setItemInfoList(List<DeliveryItemInfoVO> itemInfoList)
public String getWaybillId()
public void setWaybillId(String waybillId)
Copyright © 2023. All rights reserved.