whyclxw
2024-06-27 29fccde6ffb6b51689b26da02a62b9401e04075a
src/main/java/com/whyc/mapper/SinfBinfMapper.java
@@ -1,5 +1,7 @@
package com.whyc.mapper;
import com.whyc.pojo.BattInf;
import com.whyc.pojo.PowerInf;
import com.whyc.pojo.SinfBinf;
import com.whyc.pojo.StationInf;
@@ -11,4 +13,12 @@
    //查询左侧电源机房信息列表
    List<StationInf> getAllSinfBinf2();
    //根据机房id查电池组
    List<BattInf> selectBinfList(int sinfId);
    //根据机房id查电源
    List<PowerInf> selectPinfList(int sinfId);
}