bug修复

This commit is contained in:
冯辉
2026-06-28 18:28:38 +08:00
parent 61bfb68281
commit ad4468780b

View File

@@ -12,7 +12,7 @@ public class CandidateVO extends AppUser {
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
private Date applyDate; private Date applyDate;
private Integer matchingDegree; private Integer matchingDegree;
private String applyId; private Long applyId;
private String hire; private String hire;
@Excel(name = "公司名称", sort = 0) @Excel(name = "公司名称", sort = 0)
private String companyName; private String companyName;