Added contract object in evaluation API

This commit is contained in:
rajesh
2025-11-06 12:26:11 +05:30
parent 6600c5b319
commit c8ce9acee8
3 changed files with 10 additions and 0 deletions

View File

@@ -50,5 +50,7 @@ public class ApplicationEvaluationFormResponse {
private String companyCodiceAteco;
private List<EmailSendResponse> emailSendResponse;
private ApplicationSignedDocumentResponse signedDocument;
private ApplicationContractResponse contract;
}

View File

@@ -52,5 +52,6 @@ public class ApplicationEvaluationResponse {
private List<EmailSendResponse> emailSendResponse;
private List<DocumentResponseBean> rejectedDocument;
private ApplicationSignedDocumentResponse signedDocument;
private ApplicationContractResponse contract;
}