“djh”
2026-02-06 88717f3e96fb853f3dbc3d6e6b3de0ba4ce1f3c5
1
2
3
4
5
6
7
8
package com.gkhy.exam.system.service;
 
import com.gkhy.exam.system.domain.vo.statistic.CompanyStatisticsVo;
 
public interface StatisticsService {
 
    CompanyStatisticsVo getCompanyStatistics(Integer companyId,String year);
}