Fancy
2024-07-11 f2cd828d3719efd7796f5bd7692b3d9946b5b772
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);
}