nickchange
2023-10-20 cee52521bbdb998745ca9a0dc6866667e606b79c
cloud-server-other/src/main/java/com/dsh/other/service/StoreService.java
@@ -6,6 +6,7 @@
import com.dsh.other.model.ProvinceAndCityVo;
import java.util.List;
import java.util.Map;
/**
@@ -36,7 +37,7 @@
     * @return
     * @throws Exception
     */
    List<BaseVo> queryStoreLists(String lon, String lat) throws Exception;
    List<BaseVo> queryStoreLists(String lon, String lat,String cityCode) throws Exception;
    /**
@@ -64,4 +65,11 @@
     */
    List<BaseVo> queryStoreByCityCode(String cityCode) throws Exception;
    List<Store> getStoreByCityManagerId(Integer id);
    List<Store> getStoreByStoreStaffId(Integer id);
    String getOName(Integer operatorId);
    List<Map<String, Object>> game(Integer appUserId);
}