添加功能
This commit is contained in:
@@ -5,6 +5,7 @@ import com.ruoyi.cms.domain.vo.HeatmapVo;
|
||||
import com.ruoyi.cms.domain.vo.MajorIndustryEmploymentMonitorTreadVo;
|
||||
import com.ruoyi.cms.domain.vo.QueryResultVo;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -39,6 +40,22 @@ public interface ThemeRecruitmentJobMapper {
|
||||
*/
|
||||
Long queryEmploymentDemandCount(QueryParamDto dto);
|
||||
|
||||
/**
|
||||
* 查询招聘岗位数
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 数
|
||||
*/
|
||||
Long queryRecruitmentJobCount(QueryParamDto dto);
|
||||
|
||||
/**
|
||||
* 查询平均薪资
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 平均薪资
|
||||
*/
|
||||
BigDecimal queryAverageSalary(QueryParamDto dto);
|
||||
|
||||
/**
|
||||
* 用工需求增长趋势 - 年度
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user