添加功能
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.ruoyi.cms.mapper;
|
||||
|
||||
import com.ruoyi.cms.domain.dto.QueryParamDto;
|
||||
|
||||
/**
|
||||
* 求职者主题库
|
||||
*
|
||||
* @author 马宝龙
|
||||
* @date 2026/6/30
|
||||
*/
|
||||
public interface ThemeJobSeekerMapper {
|
||||
|
||||
/**
|
||||
* 查询求职人数
|
||||
*
|
||||
* @param dto 查询参数
|
||||
* @return 数
|
||||
*/
|
||||
Long querySupplyCount(QueryParamDto dto);
|
||||
}
|
||||
Reference in New Issue
Block a user