Fancy
2024-07-25 99f3bd0aef6cec3e29876e3e1683c3f021e01606
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java
@@ -29,4 +29,14 @@
    int deleteLogicById(Long id);
    List<PltStation> selectAll();
    List<PltStation> selectByName(String name);
    String selectMaxCode();
    List<PltStation> selectStationList(PltStation record);
    long selectByLineAndStatus(Long lineId, boolean disabled);
}