添加功能

This commit is contained in:
马宝龙
2026-06-25 19:06:27 +08:00
parent 8092f83d71
commit 690ce9d49f
3 changed files with 65 additions and 0 deletions

View File

@@ -64,4 +64,20 @@ public interface AnalysisIndustryEmploymentInfoService {
* @return 结果列表
*/
List<QueryResultVo> salaryLevel(QueryParamDto dto);
/**
* 行业技能需求TOP10
*
* @param dto 查询参数
* @return 结果列表
*/
List<QueryResultVo> industrySkill(QueryParamDto dto);
/**
* 就业质量指标
*
* @param dto 查询参数
* @return 结果列表
*/
List<QueryResultVo> qualityIndicator(QueryParamDto dto);
}