1.修改pc查询收藏、足迹、申请的对应时间
This commit is contained in:
@@ -179,4 +179,9 @@ public class Job extends BaseEntity
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty("公司信息")
|
||||
private CompanyVo companyVo;
|
||||
|
||||
@TableField(exist = false)
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@ApiModelProperty("时间(足迹、投简历、收藏)")
|
||||
private String shareTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user