From 6838eef8a7ad0e899c18b9039c39071af6c7d852 Mon Sep 17 00:00:00 2001
From: liuxm <liuxm@fescotech.com>
Date: 星期四, 16 五月 2024 10:49:24 +0800
Subject: [PATCH] 权限id序列化时不转String

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java |    4 ++--
 1 files changed, 2 insertions(+), 2 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 955d898..6833a87 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,8 +8,6 @@
 
 @Mapper
 public interface PltProductMapper {
-    int deleteByPrimaryKey(Long id);
-
     int insert(PltProduct record);
 
     int insertSelective(PltProduct record);
@@ -25,4 +23,6 @@
     List<PltProduct> selectSome(Map<String, Object> params);
 
     int deleteLogicById(Long id);
+
+    List<PltProduct> selectAll();
 }
\ No newline at end of file

--
Gitblit v1.8.0