简历解析业务逻辑处理
This commit is contained in:
@@ -23,6 +23,10 @@ public class HotakeCvInfoDto {
|
||||
private String phone;
|
||||
@ApiModelProperty("邮箱")
|
||||
private String email;
|
||||
@ApiModelProperty("岗位")
|
||||
private String position;
|
||||
@ApiModelProperty("地点")
|
||||
private String location;
|
||||
@ApiModelProperty("链接对象集合")
|
||||
private List<VcLinksDto> linksList;
|
||||
@ApiModelProperty("自我介绍")
|
||||
|
||||
Reference in New Issue
Block a user