heheng
8 天以前 564392dded17bac3ee85b66227099d68800ee4e0
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);
}