dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
条款区分公司
heheng
2026-02-10
d0191ea7bc8c25aed57168de6ceffa284c072f36
[multi_system.git]
/
multi-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
system
/
service
/
StatisticsService.java
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);
}