职位页微调

This commit is contained in:
2026-07-03 23:00:37 +08:00
parent f90c8be2a9
commit 6024ea27e9
7 changed files with 210 additions and 12 deletions
+4
View File
@@ -108,6 +108,10 @@ export interface JobIntention {
employmentType?: number | null
/** 招聘分类:0=社招,1=校招,2=实习,3=其他 */
recruitCategory?: number | null
/** AI 推荐的岗位分类 ID 列表 */
aiCategoryIds?: string[]
/** AI 推荐的行业 ID 列表 */
aiIndustryIds?: string[]
}
/**