src/main/java/com/whyc/mapper/BattInfMapper.java
@@ -2,6 +2,7 @@ import com.whyc.dto.BattDto; import com.whyc.dto.InfoDto; import com.whyc.dto.Statistic.StationStic; import com.whyc.pojo.db_station.BattInf; import org.apache.ibatis.annotations.Param; @@ -30,5 +31,8 @@ //获取标称内阻(下拉) List<Float> getMonResByUid(@Param("uid") Integer uid); //设备信息统计 List<BattInf> getDevStatistic(@Param("stic") StationStic stic); //获取设备下电池组个数 Integer getBattCountBydevId(Integer devId); }