Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ public class FeedbackDetailsModel
private String modifiedBy;
private Timestamp lastModDate;
private String feedbackAgainst;
private Boolean beneficiaryConsent;
}
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ public class FeedbackListResponseModel {
private String modifiedBy;
private Timestamp lastModDate;
private String feedbackAgainst;
private Boolean beneficiaryConsent;

private String requestType;
private EpidemicOutbreak epidemicOutbreak;
private BalVivahComplaint balVivahComplaint;

}
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
private Timestamp createdDate;
private String modifiedBy;
private Timestamp lastModDate;
private Boolean beneficiaryConsent;
}
Loading