定制简历 添加 原简历id 简历名字段
This commit is contained in:
@@ -29,6 +29,12 @@ public class UserJobCustomizeResume {
|
||||
/** 岗位ID,关联 bg_job.id */
|
||||
private Long jobId;
|
||||
|
||||
/** 原简历ID,关联 bg_user_resume.id */
|
||||
private Long resumeId;
|
||||
|
||||
/** 定制简历名称 */
|
||||
private String resumeName;
|
||||
|
||||
/** 定制简历完整 JSON(CustomizeResume 结构) */
|
||||
@TableField(typeHandler = JacksonTypeHandler.class)
|
||||
private Map<String, Object> content;
|
||||
|
||||
Reference in New Issue
Block a user