刘小明
2024-07-23 ec8f519a552206a22806aabdd36a102def1d35f9
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);
}