Commit 8f180ef7 by ping.wu

查询门店配送信息新增参数

parent 874977d0
...@@ -25,6 +25,16 @@ public class StoreInfoRequestDto { ...@@ -25,6 +25,16 @@ public class StoreInfoRequestDto {
private QueryInfo query; private QueryInfo query;
/**
* 用户收货地址经度
*/
private String userLongitude;
/**
* 用户收货地址维度
*/
private String userLatitude;
public StoreInfoRequestDto(String partnerId, String storeCode) { public StoreInfoRequestDto(String partnerId, String storeCode) {
this.partnerId = partnerId; this.partnerId = partnerId;
this.storeCode = storeCode; this.storeCode = storeCode;
......
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