heheng
2025-11-26 5011ebf747ddfa41840b352c9e39cf369a8f047c
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);
}