Added field call email in get amendment api by application id
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user