heheng
6 天以前 879f9bee74d45a48fc98520d804416f15257be00
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);
}