Added document attachment id in application evaluation response.

This commit is contained in:
piyushkag
2024-12-09 16:33:15 +05:30
parent 3c8efcdc26
commit 69979ee4a3
3 changed files with 9 additions and 0 deletions

View File

@@ -25,4 +25,6 @@ public class DocumentResponseBean {
private LocalDateTime createdDate;
private LocalDateTime updatedDate;
private String documentAttachmentId;
}