From d06530f90d4c93656824e48fa929c5a760f2c15b Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期五, 28 六月 2024 15:21:10 +0800
Subject: [PATCH] 修改mainclass名称;Token名称修改为大写
---
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