添加简历相关CRUD
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user