刘小明
2024-06-20 0c1c30026c906f8055b5f0315785175726f9202c
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);
}