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