Ver Fonte

fix 简历状态

he2802 há 4 anos atrás
pai
commit
8d22cbe0ef

+ 4 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/recruit/vo/RecruitResumeVo.java

@@ -141,6 +141,10 @@ public class RecruitResumeVo {
 	@Excel(name = "附件名称")
 	@ApiModelProperty("附件名称")
 	private String attachName;
+	/** 创建时间 */
+	@Excel(name = "创建时间")
+	@ApiModelProperty("创建时间")
+	private Long createTime;
 
 
 }