resolved conflicts

This commit is contained in:
rajesh
2024-09-25 20:15:12 +05:30
11 changed files with 121 additions and 17 deletions

View File

@@ -13,6 +13,14 @@ public class ApplicationResponse{
private Long callId;
private String callTitle;
private LocalDateTime callEndDate;
private LocalDateTime modifiedDate;
private Integer progress;
private LocalDateTime submissionDate;
private String status;

View File

@@ -9,6 +9,8 @@ public class FormResponseBean {
private Long id;
private String callStatus;
private String label;
private Long callId;