liurunyu
2024-04-26 71609e40ba719ff40c27bb00d7f5f4af521a80e2
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);
}