流量统计新app详情,动作趋势详情统计数接口

This commit is contained in:
zhanghongqing
2018-12-06 17:19:33 +08:00
parent a404fabff2
commit ab5e4cd471
8 changed files with 194 additions and 21 deletions

View File

@@ -13,4 +13,5 @@ public interface TrafficAppStatisticDao {
TrafficAppStatistic getMaxStatTime();
List<Map> appChart(@Param("statTime")Date statTime);
List<Map> getAppList(@Param("statTime")Date statTime);
}