Fancy
2024-07-10 2bc94fed189ef2da4112f9f836343a6a579b93c6
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java
@@ -30,4 +30,10 @@
    int deleteLogicById(Long id);
    List<PltStation> selectAll();
    List<PltStation> selectByName(String name);
    String selectMaxCode();
    List<PltStation> selectStationList(PltStation record);
}