修改返回值
This commit is contained in:
@@ -3,6 +3,7 @@ package com.nis.galaxy.web.dao;
|
||||
import com.nis.galaxy.domain.Entrance;
|
||||
import com.nis.galaxy.domain.IpActiveInt;
|
||||
import com.nis.galaxy.domain.NetFlowWater;
|
||||
import com.nis.galaxy.domain.NetFlowWaterPush;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
@@ -14,15 +15,15 @@ import java.util.Map;
|
||||
@Mapper
|
||||
public interface NetflowTopNDao {
|
||||
|
||||
List<IpActiveInt> getNetflow5minIpActiveWaterflow(@Param("push") String push,@Param("start") Date start, @Param("end") Date end);
|
||||
List<IpActiveInt> getNetflow5minIpActiveWaterflow(@Param("push") String push, @Param("start") Date start, @Param("end") Date end);
|
||||
|
||||
Date getNetflow5minIpActiveWaterflowLastTime(@Param("end") Date end);
|
||||
|
||||
List<NetFlowWater> getNetFlowWaterTop10(@Param("start") String start, @Param("end") String end);
|
||||
List<NetFlowWaterPush> getNetFlowWaterTop10(@Param("push") String push, @Param("start") String start, @Param("end") String end);
|
||||
|
||||
Date getNetFlowWaterTop10LastTime(@Param("end") String end);
|
||||
|
||||
List<Entrance > getIpEntranceRe();
|
||||
List<Entrance> getIpEntranceRe();
|
||||
|
||||
List<NetFlowWater> getNetflow1HourWaterflowTop10(List<Map<String, Date>> listMap);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user