liurunyu
2024-04-24 9a0d28e97105adc7979b2450b48ee2e912301493
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);
}