Commit 0522cff9 by 徐康

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

parent 902d873c
......@@ -163,17 +163,17 @@ public class BaseCreateOrderRequest extends BaseConfig {
private Byte payChannelType;
/**
* 收货地址Id
*/
private String receiveId;
@Data
public static class DeliveryTypeInfo {
/**
* 订单类型,自配送self,第三方配送third
*/
private QueryDeliveryType deliveryType;
/**
* 收货地址Id
*/
private String receiveId;
}
@Data
......
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