package com.landtool.lanbase.modules.res.dao; import java.util.List; import org.apache.ibatis.annotations.Mapper; import com.landtool.lanbase.modules.res.entity.Res_User_LayerExtent; @Mapper public interface Res_User_LayerExtentMapper { int insertSelective(Res_User_LayerExtent record); Res_User_LayerExtent selectByPrimaryKey(Integer id); int deleteByPrimaryKey(Integer id); int updateByPrimaryKeySelective(Res_User_LayerExtent record); List selectByResidAndUserid(Res_User_LayerExtent record); int getCurrentObjectId(); }