From c3d68f210192e2ec5bd06e4d21ede0bd8305fd63 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期三, 19 六月 2024 17:31:03 +0800 Subject: [PATCH] change table name --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java index 6833a87..c28b029 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java @@ -8,15 +8,11 @@ @Mapper public interface PltProductMapper { - int insert(PltProduct record); - int insertSelective(PltProduct record); PltProduct selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(PltProduct record); - - int updateByPrimaryKey(PltProduct record); Long selectSomeCount(Map<String, Object> params); @@ -24,5 +20,9 @@ int deleteLogicById(Long id); - List<PltProduct> selectAll(); + List<PltProduct> selectAll(Map<String, Object> params); + + String selectMaxCode(); + + boolean exists(String name, Long id); } \ No newline at end of file -- Gitblit v1.8.0