package com.gkhy.safePlatform.doublePrevention.service; import com.gkhy.safePlatform.doublePrevention.entity.dto.resp.DeviceEveryLevelCountReqDTO; import java.util.List; import java.util.Map; public interface StatisticsService { DeviceEveryLevelCountReqDTO countDeviceEveryLevel(); }