| | |
| | | */ |
| | | List<Map<String, Object>> queryCity(String provinceCode, String cityCode); |
| | | List<Map<String, Object>> queryCity1(); |
| | | List<Map<String, Object>> queryCity2(String provinceCode, String cityCode, |
| | | Integer type,Integer operatorId); |
| | | |
| | | List<Map<String, Object>> queryListOfpage(String provinceCode, String cityCode, Integer operatorId, String storeName, Page<Map<String, Object>> page); |
| | | |
| | |
| | | List<TStoreListVo> listAllStore(Page<TStoreListVo> page, String provinceCode, String cityCode, String name, String phone, String shopName, Integer objectId); |
| | | |
| | | |
| | | List<Map<String, Object>> querySiteListOfpage(String provinceCode, String cityCode, Integer operatorId, String storeName, Page<Map<String, Object>> page); |
| | | List<Map<String, Object>> listStoreAll(Page page, String name, Integer operator, String provinceCode, String cityCode); |
| | | |
| | | |
| | | List<Map<String, Object>> listStoreAllByIds(List<Integer> ids); |
| | | List<Map<String, Object>> querySiteListOfpage(String provinceCode, String cityCode, Integer operatorId, String storeName,Integer storeId); |
| | | |
| | | } |