@@ -25,6 +25,9 @@ public interface DriverStockMapper extends BaseMapper<T> {
// 每栋楼电费月统计
public List<TjFloat> getEnergyMonth(@Param("date") String date,@Param("type") Integer type);
+ // 近12天水电统计
+ public List<TjFloat> getEnergyDay(@Param("date") String date,@Param("type") Integer type);
+
// 总设备数
public List<TjFloat> getTotalDevice();