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