From 55cb4daf506ad8f3c637f6e3d9bc7df41e538b2e Mon Sep 17 00:00:00 2001
From: liuxm <liuxm@fescotech.com>
Date: 星期二, 21 五月 2024 09:14:38 +0800
Subject: [PATCH] 产品和工站导出;不合格原因报废原因添加排序和与产品的关联;
---
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java | 7 +------
1 files changed, 1 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..da96e81 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,11 @@
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();
}
--
Gitblit v1.8.0