| | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import com.yssh.entity.Qxsh; |
| | | import com.yssh.entity.WarningDetail; |
| | | import com.yssh.entity.vo.WarningVo; |
| | | |
| | |
| | | List<WarningVo> getRunTimeAlarmAnalyse(); |
| | | |
| | | List<WarningVo> getRunTimeWarningAnalyse(); |
| | | |
| | | void insertWarningDetails(List<WarningDetail> warning) throws Exception ; |
| | | |
| | | |
| | | void insertWarningDetails(List<WarningDetail> warning) throws Exception; |
| | | |
| | | void warningOperationStorage(Date date); |
| | | |
| | | Map<String, Integer> countThisMonthAlarmAndWarning(); |
| | |
| | | Map<String, List<Double>> selectEachLocationDataChange(); |
| | | |
| | | List<Map<String, Object>> selectThisMonthLocationValueDataTop10(); |
| | | |
| | | List<Qxsh> selectMonthTop10(); |
| | | |
| | | Map<String, List<Double>> select3Hours(); |
| | | |
| | | List<WarningVo> getAlarmAndWarnByTime(Date begin, Date end); |
| | | } |