简历字段添加
This commit is contained in:
@@ -32,10 +32,13 @@ public class HotakeCvInfo extends BaseEntity
|
||||
@Excel(name = "简历名称")
|
||||
private String cvName;
|
||||
|
||||
/** 简历类型(如:image/jpeg, application/pdf等) */
|
||||
@ApiModelProperty("简历类型(doc/pdf)")
|
||||
@ApiModelProperty("简历类型(cv、letter、 portfolio、other)")
|
||||
private String cvFileType;
|
||||
|
||||
/** 简历类型(如:image/jpeg, application/pdf等) */
|
||||
@ApiModelProperty("简历文件后缀(doc/pdf)")
|
||||
private String cvFileSuffix;
|
||||
|
||||
/** 简历地址 */
|
||||
@ApiModelProperty("简历地址")
|
||||
@Excel(name = "简历地址")
|
||||
|
||||
Reference in New Issue
Block a user