liuxm
2024-06-06 cda0faf3128ed97e7519d1ca04be079aea64dd93
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductFileMapper.java
@@ -5,9 +5,8 @@
@Mapper
public interface PltProductFileMapper {
    int deleteByPrimaryKey(Long id);
    int insert(PltProductFile record);
    int deleteByPrimaryKey(Long id);
    int insertSelective(PltProductFile record);
@@ -16,4 +15,7 @@
    int updateByPrimaryKeySelective(PltProductFile record);
    int updateByPrimaryKey(PltProductFile record);
}
    void deleteByProId(Long proId);
}