package com.landtool.lanbase.modules.res.service; import java.util.List; import java.util.Map; import com.landtool.lanbase.modules.res.entity.Res_MainInfo; import com.landtool.lanbase.modules.res.entity.UserDefined.MainInfoJoinApplyRecommend; /** * 地图服务 */ public interface DiTuFuWuService { List getZuiXinZiYuanGD(Map map); List getWoDeZiYuan(Map paramMap); List getWoDeSQZiYuan(Map paramMap); List getZuiXinZiYuan(Map paramMap); }