whycxzp
2024-03-07 2cb95a87ab7f14fdfeefd1e079307e47d011a317
src/main/java/com/whyc/mapper/StationInfMapper.java
@@ -50,4 +50,7 @@
    List<StationInf> getTogetherStations(@Param("stationName1") String stationName1, @Param("stationName2") String stationName2, @Param("stationName5") String stationName5);
    //查询所有的机房信息(南京机房配置)
    List<StationInf> searchNjStationAll(String uId);
    List<String> getProvinceCountMap(int uId);
}