燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-06-16 aa86cb57b09c5300db3c33d75d91d8b51a4b636f
src/main/java/com/yssh/service/IWarningAnalyseService.java
@@ -4,6 +4,7 @@
import java.util.List;
import java.util.Map;
import com.yssh.entity.Qxsh;
import com.yssh.entity.WarningDetail;
import com.yssh.entity.vo.WarningVo;
@@ -25,5 +26,9 @@
   List<Map<String, Object>> selectThisMonthLocationValueDataTop10();
   List<Qxsh> selectMonthTop10();
   Map<String, List<Double>> select3Hours();
   List<WarningVo> getAlarmAndWarnByTime(Date begin, Date end);
}