|
|
@@ -146,7 +146,7 @@ public class Position {
|
|
|
/**创建时间,也就是发布时间*/
|
|
|
@Excel(name = "创建时间,也就是发布时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
@ApiModelProperty(value = "创建时间,也就是发布时间")
|
|
|
private java.util.Date createTime;
|
|
|
/**截至时间(岗位招聘结束时间,不填即为长期招聘)*/
|
|
|
@@ -162,7 +162,7 @@ public class Position {
|
|
|
/**更新时间(默认可以为创建时间,编辑,刷新时更新这个时间,用于数据排序)*/
|
|
|
@Excel(name = "更新时间(默认可以为创建时间,编辑,刷新时更新这个时间,用于数据排序)", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
@ApiModelProperty(value = "更新时间(默认可以为创建时间,编辑,刷新时更新这个时间,用于数据排序)")
|
|
|
private java.util.Date updateTime;
|
|
|
/**是否删除(0:上架 1:下架)*/
|