Added field call email in get amendment api by application id

This commit is contained in:
nisha
2024-11-08 16:45:19 +05:30
parent fa49efd41a
commit c875def01c
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import java.util.List;
@Data
public class ApplicationAmendmentRequestResponse {
private Long id;
private String callEmail;
private String note;
private Long responseDays;
private LocalDateTime startDate;