From ce1dbf9c392a7e400b1351d34d4f78f89a85fab9 Mon Sep 17 00:00:00 2001 From: liuxm <liuxm@fescotech.com> Date: 星期三, 15 五月 2024 08:58:34 +0800 Subject: [PATCH] 平台管理模块添加过滤器规则 --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductFileMapper.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductFileMapper.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductFileMapper.java index 4ab9b22..2674de4 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductFileMapper.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductFileMapper.java @@ -5,6 +5,7 @@ @Mapper public interface PltProductFileMapper { + int deleteByPrimaryKey(Long id); int insert(PltProductFile record); @@ -16,4 +17,7 @@ int updateByPrimaryKeySelective(PltProductFile record); int updateByPrimaryKey(PltProductFile record); -} \ No newline at end of file + + void deleteByProId(Long proId); + +} -- Gitblit v1.8.0