Added two fields in the response of get amendment api
This commit is contained in:
@@ -200,6 +200,8 @@ public class AssignedApplicationsDao {
|
|||||||
}
|
}
|
||||||
assignedApplicationsResponse.setNumberOfCheck(application.getCall().getNumberOfCheck());
|
assignedApplicationsResponse.setNumberOfCheck(application.getCall().getNumberOfCheck());
|
||||||
assignedApplicationsResponse.setAppointmentTemplateId(application.getCall().getAppointmentTemplateId());
|
assignedApplicationsResponse.setAppointmentTemplateId(application.getCall().getAppointmentTemplateId());
|
||||||
|
assignedApplicationsResponse.setNdg(application.getNdg());
|
||||||
|
assignedApplicationsResponse.setAppointmentId(application.getAppointmentId());
|
||||||
return assignedApplicationsResponse;
|
return assignedApplicationsResponse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,8 @@ public class AssignedApplicationsResponse extends BaseBean {
|
|||||||
private Long numberOfCheck;
|
private Long numberOfCheck;
|
||||||
private Long appointmentTemplateId;
|
private Long appointmentTemplateId;
|
||||||
private EvaluationVersionEnum evaluationVersion;
|
private EvaluationVersionEnum evaluationVersion;
|
||||||
|
private String ndg;
|
||||||
|
private String appointmentId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user