package com.landtool.lanbase.modules.res.dao; import org.apache.ibatis.annotations.Mapper; import com.landtool.lanbase.modules.res.entity.Res_Ext3D; @Mapper public interface Res_Ext3DMapper { int deleteByPrimaryKey(Integer resourceid); int insert(Res_Ext3D record); int insertSelective(Res_Ext3D record); Res_Ext3D selectByPrimaryKey(Integer resourceid); int updateByPrimaryKeySelective(Res_Ext3D record); int updateByPrimaryKey(Res_Ext3D record); }