| | |
| | | |
| | | /** |
| | | * 获取列表数据 |
| | | * |
| | | * @param provinceCode |
| | | * @param cityCode |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 获取门店列表 |
| | | * |
| | | * @param lon |
| | | * @param lat |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<BaseVo> queryStoreLists(String lon, String lat,String cityCode) throws Exception; |
| | | List<BaseVo> queryStoreLists(String lon, String lat, String cityCode) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取开通的省市数据 |
| | | * |
| | | * @param pcode |
| | | * @return |
| | | * @throws Exception |
| | |
| | | |
| | | /** |
| | | * 获取所有城市 |
| | | * |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 根据城市code获取门店列表 |
| | | * |
| | | * @param cityCode |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<BaseVo> queryStoreByCityCode(String provinceCode,String cityCode) throws Exception; |
| | | List<BaseVo> queryStoreByCityCode(String provinceCode, String cityCode) throws Exception; |
| | | |
| | | List<Store> getStoreByCityManagerId(Integer id); |
| | | |