Added column to communication table

This commit is contained in:
rajesh
2024-11-21 17:36:41 +05:30
parent 793bd0d452
commit 13fa7807e9
8 changed files with 110 additions and 35 deletions

View File

@@ -16,6 +16,10 @@ public class CommunicationResponseBean {
private LocalDateTime updatedDate;
private Long senderUserId;
private Long receiverUserId;
private Long amendmentId;
public CommunicationResponseBean(LocalDateTime commentedDate, String comment, String title, LocalDateTime createdDate, LocalDateTime updatedDate, Long amendmentId) {