package com.yssh.service; import java.util.Map; public interface ICountService { Map selectAccuracyAvg(); }