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_FileSource_Way; @Mapper public interface Res_FileSource_WayMapper { int deleteByPrimaryKey(Integer id); int insert(Res_FileSource_Way record); int insertSelective(Res_FileSource_Way record); Res_FileSource_Way selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(Res_FileSource_Way record); int updateByPrimaryKeyWithBLOBs(Res_FileSource_Way record); int updateByPrimaryKey(Res_FileSource_Way record); List selectById(int resMainInfoId); }