Fancy
2024-09-11 f88c07d7941a0c18bb097f20618c18b9d2418ccc
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java
@@ -39,5 +39,5 @@
    List<PltStation> selectStationList(PltStation record);
    long selectByLineAndStatus(Long lineId, boolean disabled);
    long selectByLineAndStatus(@Param("lineId") Long lineId, @Param("disabled") boolean disabled);
}