Skip to content

Commit

Permalink
fix: add survey unit name and label
Browse files Browse the repository at this point in the history
  • Loading branch information
BettyB979 committed Nov 22, 2024
1 parent 0a50065 commit 46f1aea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public class QuestioningDetailsDto {
private List<String> listContactIdentifiers;
private String surveyUnitId;
private String surveyUnitIdentificationCode;
private String surveyUnitIdentificationName;
private String surveyUnitLabel;
private List<QuestioningEventDto> listEvents;
private String lastEvent;
private Date dateLastEvent;
Expand Down

0 comments on commit 46f1aea

Please sign in to comment.