liuxm
2024-04-24 87bc44f9b55d9392389338b99e4049d0451092a4
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);
}