From 5ea8ef80312e8c1d3365abe7106622d676def195 Mon Sep 17 00:00:00 2001 From: huangzhen <867127663@qq.com> Date: 星期五, 30 九月 2022 16:41:09 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/ruoyi/doublePrevention/service/SPIDataCountService.java | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ruoyi/doublePrevention/service/SPIDataCountService.java b/src/main/java/com/ruoyi/doublePrevention/service/SPIDataCountService.java new file mode 100644 index 0000000..2262ada --- /dev/null +++ b/src/main/java/com/ruoyi/doublePrevention/service/SPIDataCountService.java @@ -0,0 +1,13 @@ +package com.ruoyi.doublePrevention.service; + +import com.ruoyi.doublePrevention.entity.dto.req.SPIDataCountReqDTO; +import com.ruoyi.doublePrevention.entity.dto.resp.SPIDataCountRespDTO; +import com.ruoyi.doublePrevention.vo.ResultVO; + +public interface SPIDataCountService { + + /** + * 数据统计-隐患数据统计-根据月或者年 + */ + ResultVO<SPIDataCountRespDTO> listDangerResultCountByMonthOrYear(SPIDataCountReqDTO spiDataCountReqDTO); +} -- Gitblit v1.9.2