Added ndg and appointmentId field in evaluation response and ndg status of failure.

This commit is contained in:
piyushkag
2024-12-06 18:51:57 +05:30
parent d363274c2c
commit b1b4eec87e
4 changed files with 13 additions and 1 deletions

View File

@@ -32,4 +32,6 @@ public class ApplicationEvaluationResponse {
private LocalDateTime callEndDate;
private String companyName;
private LocalDateTime assignedAt;
private String ndg;
private String appointmentId;
}