whycxzp
1 天以前 e5b3e3492a7d5f079cad2ca5958a724cabfec401
src/main/java/com/whyc/mapper/StationInfMapper.java
@@ -27,4 +27,7 @@
    List<String> getStationTypeByUid(@Param("uid") Integer uid);
    //站点信息统计
    List<StationInf> getStationStatistic(@Param("stic") StationStic stic);
    List<StationInf> getListByUserId(Integer userId);
}