Fancy
2024-06-25 bd2de27a5d0dbc8938856ba2cc9fd33a0dd170d7
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);
}