pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltStationMapper.java @@ -36,4 +36,7 @@ String selectMaxCode(); List<PltStation> selectStationList(PltStation record); long selectByLineAndStatus(Long lineId, boolean disabled); }