添加功能
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user