feat: Implement job title suggestion service with caching and tokenization
This commit is contained in:
@@ -43,6 +43,13 @@ public interface JobMapper extends BaseMapper<Job> {
|
||||
|
||||
List<Job> selectAllJob(Map<String, Object> params);
|
||||
|
||||
/**
|
||||
* 查询去重后的有效岗位名称,供 IK 分词缓存构建使用。
|
||||
*
|
||||
* @return 有效岗位名称
|
||||
*/
|
||||
List<String> selectValidJobTitles();
|
||||
|
||||
void insertBatchRowWork(List<RowWork> batchList);
|
||||
|
||||
List<RowWork> selectAllInsertRowWork();
|
||||
|
||||
Reference in New Issue
Block a user