heheng
2025-11-28 6d5fc7859473d30a2e4c1f20f748abae652342b8
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);
}