src/main/java/com/whyc/mapper/StationMapper.java @@ -6,5 +6,5 @@ public interface StationMapper extends CustomMapper<StationName1>{ //查询台站列表 List getStation(); List<StationName1> getStation(); }