|
|
@ -52,7 +52,10 @@ public class PersonDataResultDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 志愿者类别 |
|
|
|
*/ |
|
|
|
private String volunteerCategory; |
|
|
|
private List<String> volunteerCategory; |
|
|
|
|
|
|
|
@JsonIgnore |
|
|
|
private List<String> volunteerCategoryEn; |
|
|
|
|
|
|
|
public PersonDataResultDTO() { |
|
|
|
this.workUnit = ""; |
|
|
@ -61,7 +64,7 @@ public class PersonDataResultDTO implements Serializable { |
|
|
|
this.name = ""; |
|
|
|
this.financialSituation = new FinancialSituationDTO(); |
|
|
|
this.houseInfo = new ArrayList<>(); |
|
|
|
this.volunteerCategory = ""; |
|
|
|
this.volunteerCategory = new ArrayList<>(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|