From 10a094864f75928f853e1ebb0311b0a20b858901 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期五, 30 五月 2025 10:12:55 +0800 Subject: [PATCH] 设备信息统计 --- src/main/java/com/whyc/mapper/BattInfMapper.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/mapper/BattInfMapper.java b/src/main/java/com/whyc/mapper/BattInfMapper.java index f38de0f..3dee2b6 100644 --- a/src/main/java/com/whyc/mapper/BattInfMapper.java +++ b/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); } \ No newline at end of file -- Gitblit v1.9.1