From 0d9f926ceac74c9fba899f4b76d113fd281579a5 Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期三, 19 六月 2024 13:46:47 +0800
Subject: [PATCH] work模块名称修改

---
 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