package com.landtool.lanbase.modules.res.service; import java.util.List; import com.landtool.lanbase.modules.res.entity.Res_FileSource_Way; public interface ResFileSourceWayService { 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); }