package com.landtool.lanbase.modules.res.dao; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.Mapper; import com.landtool.lanbase.modules.res.entity.Res_MainInfo; import com.landtool.lanbase.modules.res.entity.UserDefined.MainInfoJoinApplyRecommend; /** * 地图服务 */ @Mapper public interface DiTuFuWuMapper { List getZuiXinZiYuanGD(Map map); List getWoDeZiYuan(Map map); List getWoDeSQZiYuan(Map paramMap); List getZuiXinZiYuan(Map paramMap); }