Added callEndDate and startEndDate to response
This commit is contained in:
@@ -18,6 +18,8 @@ public class AssignedApplicationsResponse extends BaseBean {
|
||||
private String callName;
|
||||
private String beneficiaryName;
|
||||
private LocalDateTime submissionDate;
|
||||
private LocalDateTime callStartDate;
|
||||
private LocalDateTime callEndDate;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user