Commit 4eb15125 authored by shiyu's avatar shiyu

订单详情地址展示

parent aa7a6a3f
......@@ -85,9 +85,21 @@ public class DistributionOrderDetailVo implements Entity {
private Long addressId;
/**
* 买家收货地址
* 收件人名称
*/
private String address;
private String receiverName;
/**
* 收件人电话
*/
private String receiverPhone;
/**
* 收件人收货地址
*/
private String receiverAddress;
/**
* 快递公司编码
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment