Added callEndDate and startEndDate to response

This commit is contained in:
harish
2024-10-24 23:44:32 +05:30
parent 1fca821e13
commit ff05d8e29e
2 changed files with 7 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ public class AssignedApplicationsResponse extends BaseBean {
private String callName;
private String beneficiaryName;
private LocalDateTime submissionDate;
private LocalDateTime callStartDate;
private LocalDateTime callEndDate;
}