This commit is contained in:
577732344@qq.com
2025-09-24 12:19:33 +08:00
parent bb3bc5b701
commit be1004c9ab
3 changed files with 7 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ public class Job extends BaseEntity
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "发布时间", width = 30, dateFormat = "yyyy-MM-dd")
@ApiModelProperty("发布时间")
private Date postingDate;
private String postingDate;
/** 招聘人数 */
@Excel(name = "招聘人数")