From 914bc07f2ff447f916b736da84d766cda8c6f67b Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 11 六月 2024 14:04:12 +0800
Subject: [PATCH] 优化代码
---
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