导师列表和导师详情

This commit is contained in:
2026-07-03 11:55:44 +08:00
parent 51be3e5585
commit a1a27073e4
22 changed files with 2007 additions and 346 deletions
+4
View File
@@ -29,6 +29,8 @@ export interface JobListItem {
companyShortName: string
/** 公司类型(如"上市企业" */
companyType: string
/** 公司标签列表(如 ["新能源汽车", "乘用车制造", "10000人以上"] */
companyTags: string[]
/** 地区名称 */
regionName: string
/** 岗位分类名称 */
@@ -45,6 +47,8 @@ export interface JobListItem {
matchScore: number
/** 匹配度详情 */
matchDetail: MatchDetail
/** 招聘分类:0=社招 1=校招 2=实习 */
recruitCategory?: number
}
// ==================== 分页结构 ====================