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/PltStationMapper.java | 9 +++------ 1 files changed, 3 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..eadc2a7 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); @@ -27,12 +23,13 @@ int updateByPrimaryKeySelective(PltStation record); - int updateByPrimaryKey(PltStation record); - Long selectSomeCount(Map<String,Object> params); List<PltStation> selectSome(Map<String,Object> params); int deleteLogicById(Long id); + List<PltStation> selectAll(); + + String selectMaxCode(); } -- Gitblit v1.8.0