liujie
4 天以前 9a44650b174f598392d0a0522b02a341ff14acb0
cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java
@@ -86,5 +86,6 @@
    List<Map<String, Object>> listStoreAllByIds(List<Integer> ids);
    List<Map<String, Object>> querySiteListOfpage(String provinceCode, String cityCode, Integer operatorId, String storeName,Integer storeId);
    List<Map<String, Object>> querySiteListOfpageOperator(String provinceCode, String cityCode, Integer operatorId, String storeName,List<Integer> storeIds);
}