Commit ce7e38af by 陶光胜

门店查询接口

parent 5a430b90
......@@ -51,6 +51,8 @@ public class StoreInfoDTO implements Serializable {
private String storeBrandNames;
private String storeBrands;
/**
* 地区id
*/
......@@ -371,6 +373,15 @@ public class StoreInfoDTO implements Serializable {
this.distance = distance;
}
public String getStoreBrands() {
return storeBrands;
}
public void setStoreBrands(String storeBrands) {
this.storeBrands = storeBrands;
this.storeBrandNames = storeBrands;
}
public String getC1() {
return c1;
}
......
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