src/main/java/com/whyc/mapper/SinfBinfMapper.java
@@ -6,6 +6,9 @@ import java.util.List; public interface SinfBinfMapper extends CustomMapper<SinfBinf>{ //查询左侧机房信息列表 List<StationInf> getAllSinfBinf(); //查询左侧电池机房信息列表 List<StationInf> getAllSinfBinf1(); //查询左侧电源机房信息列表 List<StationInf> getAllSinfBinf2(); }