whyclxw
2024-06-27 2eff7304df15f463dcd4563c0c62f4531bbef138
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();
}