添加简历相关CRUD

This commit is contained in:
zk
2026-04-01 17:07:46 +08:00
parent d9a854fbf2
commit 2645d610ae
22 changed files with 958 additions and 18 deletions
+2
View File
@@ -39,10 +39,12 @@ offerpie/back-end
│ └─ pojo/
│ ├─ param/
│ │ ├─ userProfile/ # 个人资料入参(UserProfileParam、各子表Param
│ │ ├─ resume/ # 简历入参(ResumeParam、各子表Param、ResumeSubTableParam
│ │ └─ job/ # 岗位相关入参(JobIntentionParam、JobQueryParam
│ ├─ dto/
│ │ ├─ SmsLoginDto.java # 短信登录入参(mobileNumber + code + inviteCode
│ │ ├─ userProfile/ # 个人资料出参(UserProfileDto、各子表Dto
│ │ ├─ resume/ # 简历出参(ResumeDto、ResumeListItemDto、各子表Dto
│ │ └─ job/ # 岗位相关出参(JobIntentionDto、JobDto、JobMatchScoreDto
│ └─ vo/
│ ├─ LoginVo.java # 登录返回(userId + nick