From bfc5f67af0bd2d28e2db352987a7b4c535058d8d Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期一, 01 七月 2024 14:00:03 +0800 Subject: [PATCH] some AIP change --- 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