package com.landtool.lanbase.modules.res.service; import java.util.List; import java.util.Map; import com.landtool.lanbase.modules.res.entity.Res_Catalog; import com.landtool.lanbase.modules.res.entity.Res_MainInfo; import com.landtool.lanbase.modules.res.entity.Res_QueryAround; public interface ResQueryAroundService { int deleteByPrimaryKey(Integer queryid); int insert(Res_QueryAround record); int insertSelective(Res_QueryAround record); Res_QueryAround selectByPrimaryKey(Long queryid); int updateByPrimaryKeySelective(Res_QueryAround record); int updateByPrimaryKey(Res_QueryAround record); List getZhouBianList(Integer resourceid); List getZhouBianChaXunList(Res_QueryAround record); List getResourceSetZBCX(Integer resourceid); List getResourceSelectZBCX(Res_MainInfo resMainInfo); List getResourceZBCXCatalog(Map map); List getResourceZBCXCatalogList(Map map); int deleteByResourceid(Integer resourceid); int selectCountByResourceid(Integer resourceid); }