Updated Code

This commit is contained in:
piyuskag
2024-10-27 16:07:56 +05:30
parent 452a661389
commit 90cdc9ba50
19 changed files with 574 additions and 302 deletions

View File

@@ -6,6 +6,5 @@ import lombok.Data;
public class CommunicationRequestBean {
private String title;
private String comment;
private Long amendmentId;
}