刘小明
2024-07-23 ec8f519a552206a22806aabdd36a102def1d35f9
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,17 @@
    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();
    List<PltStation> selectByName(String name);
    String selectMaxCode();
    List<PltStation> selectStationList(PltStation record);
}