| 程序包 | 说明 |
|---|---|
| com.ptteng.micro.mall.service | |
| com.ptteng.sca.micro.mall.client |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DealerLocation> |
DealerLocationService.getDealersByLocationByConditions(Double latitude,
Double longitude,
Long distance,
Integer start,
Integer limit) |
List<DealerLocation> |
DealerLocationService.getNear(Double x,
Double y,
Long distance,
Integer limit) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DealerLocationService.upsertLocation(DealerLocation workLocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DealerLocation> |
DealerLocationSCAClient.getDealersByLocationByConditions(Double latitude,
Double longitude,
Long distance,
Integer start,
Integer limit) |
List<DealerLocation> |
DealerLocationSCAClient.getNear(Double x,
Double y,
Long distance,
Integer limit) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DealerLocationSCAClient.upsertLocation(DealerLocation dealerLocation) |
Copyright © 2021. All rights reserved.