Added two fields in the response of get amendment api

This commit is contained in:
Piyush
2025-02-19 16:12:38 +05:30
parent edbc3a2260
commit 4c9695db59
2 changed files with 4 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ public class AssignedApplicationsResponse extends BaseBean {
private Long numberOfCheck;
private Long appointmentTemplateId;
private EvaluationVersionEnum evaluationVersion;
private String ndg;
private String appointmentId;
}