导师相关接口换offer派接口,职位列表和职位详情,Nova聊天侧边栏UI重写

This commit is contained in:
2026-07-03 19:55:53 +08:00
parent a1a27073e4
commit f90c8be2a9
26 changed files with 896 additions and 1129 deletions
+2
View File
@@ -49,6 +49,8 @@ export interface JobListItem {
matchDetail: MatchDetail
/** 招聘分类:0=社招 1=校招 2=实习 */
recruitCategory?: number
/** 学历要求 0=不限 1=大专 2=本科 3=硕士 4=博士 */
education?: number
}
// ==================== 分页结构 ====================