This commit is contained in:
guohb
2024-04-12 14:27:32 +08:00
parent 6342edbf55
commit 0d446446b0
4 changed files with 16 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ public class CheckListResponse {
private String intervieweeName;
@ApiModelProperty("面审通过时间")
private Date intervieweePassTime;
private String intervieweePassTime;
@ApiModelProperty("稽核状态 0未稽核 1合格 2不合格")
private Integer checkStatus;
@@ -52,7 +52,7 @@ public class CheckListResponse {
private String checkUser;
@ApiModelProperty("稽核时间")
private Date checkTime;
private String checkTime;