From a816065c4c3bdbd353f5ad3020bb2848c6c55af0 Mon Sep 17 00:00:00 2001
From: liuxm <liuxm@fescotech.com>
Date: 星期二, 21 五月 2024 09:01:55 +0800
Subject: [PATCH] 抽取方法:生成二维码;下载excel文件

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java
index 4e28a65..de60f68 100644
--- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java
+++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java
@@ -15,10 +15,6 @@
 @Mapper
 public interface PltStationMapper {
 
-    int deleteByPrimaryKey(Long id);
-
-    int insert(PltStation record);
-
     int insertSelective(PltStation record);
 
     PltStation selectByPrimaryKey(Long id);
@@ -26,8 +22,6 @@
     long selectByCodeId(Long id,String code);
 
     int updateByPrimaryKeySelective(PltStation record);
-
-    int updateByPrimaryKey(PltStation record);
 
     Long selectSomeCount(Map<String,Object> params);
 

--
Gitblit v1.8.0