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