刘小明
2024-07-16 080b6ef99a53e35fc2c1fd5b4a3ef84e0656c98c
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);
}