pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoOth/OthFileMapper.java
@@ -5,15 +5,15 @@ @Mapper public interface OthFileMapper { OthFile selectByPrimaryKey(Long id); int deleteByPrimaryKey(Long id); int insert(OthFile record); int insertSelective(OthFile record); OthFile selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(OthFile record); int updateByPrimaryKey(OthFile record); int deleteByPrimaryKey(Long id); }