“djh”
2026-02-10 9d9f582738123dbbfc6a7b91bb16ff4e4bf9f8f2
multi-system/src/main/java/com/gkhy/exam/system/service/CompanyRosterService.java
@@ -4,7 +4,6 @@
import com.gkhy.exam.common.api.CommonPage;
import com.gkhy.exam.common.api.CommonResult;
import com.gkhy.exam.system.domain.CompanyRoster;
import com.gkhy.exam.system.domain.CompanySummary;
public interface CompanyRosterService extends IService<CompanyRoster> {
    CommonPage selectCompanyRosterList(Integer companyId);