package com.gkhy.safePlatform.incidentManage.service; import com.gkhy.safePlatform.commons.vo.ResultVO; import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentReportCountRespDTO; import com.gkhy.safePlatform.incidentManage.query.AccidentReportCountQuery; import java.util.List; public interface AccidentCountService { ResultVO> countAccidentReport(AccidentReportCountQuery query); }