|  |  |  | 
|---|
|  |  |  | package com.ruoyi.alarm.steal.mapper; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.ruoyi.alarm.global.domain.GlobalAlarmCondition; | 
|---|
|  |  |  | import com.ruoyi.alarm.steal.domain.ArdAlarmStealelec; | 
|---|
|  |  |  | import com.ruoyi.statistical.param.ESParam; | 
|---|
|  |  |  | import com.ruoyi.statistical.vo.CountVo; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public interface ArdAlarmStealelecMapper{ | 
|---|
|  |  |  | public interface ArdAlarmStealelecMapper extends BaseMapper<ArdAlarmStealelec> { | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询盗电报警列表 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return 结果 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public int updateArdAlarmStealelec(ArdAlarmStealelec ardAlarmStealelec); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //根据月份统计数量 | 
|---|
|  |  |  | List<CountVo> stealelecYear(ESParam esParam); | 
|---|
|  |  |  | //根据天统计数量 | 
|---|
|  |  |  | List<CountVo> stealelecMonth(ESParam esParam); | 
|---|
|  |  |  | } | 
|---|