Commit 902d873c by 徐康

调用基础订单服务保存收货地址Id

parent 4e683d5b
...@@ -170,6 +170,10 @@ public class BaseCreateOrderRequest extends BaseConfig { ...@@ -170,6 +170,10 @@ public class BaseCreateOrderRequest extends BaseConfig {
*/ */
private QueryDeliveryType deliveryType; private QueryDeliveryType deliveryType;
/**
* 收货地址Id
*/
private String receiveId;
} }
@Data @Data
......
...@@ -46,6 +46,9 @@ public class DeliveryContactInfoCreateReq { ...@@ -46,6 +46,9 @@ public class DeliveryContactInfoCreateReq {
//手机号码 //手机号码
private String mobile; private String mobile;
//扩展字段
private String extInfo;
//电话号码 //电话号码
private String telephone; private String telephone;
......
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