liuxm
2024-05-16 530385f0901cb838540bc3f83d573686eb3a3bb4
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);