简历解析业务逻辑处理
This commit is contained in:
@@ -53,6 +53,12 @@ public class HotakeCvInfo extends BaseEntity
|
||||
@Excel(name = "状态", readConverterExp = "0=,禁=用,1,启=用")
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty("简历模版Json")
|
||||
private String cvTemplateJson;
|
||||
|
||||
@ApiModelProperty("简历评分以及说明")
|
||||
private String cvScore;
|
||||
|
||||
@ApiModelProperty("简历详细信息-固定模版")
|
||||
private HotakeCvInfoDto cvInfoDto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user