java110-bean/src/main/java/com/java110/dto/complaint/ComplaintDto.java
@@ -36,6 +36,7 @@ private String state; private String stateName; private String communityId; private String[] communityIds; private String taskId; @@ -303,4 +304,12 @@ public void setStaffs(List<ComplaintTypeUserDto> staffs) { this.staffs = staffs; } public String[] getCommunityIds() { return communityIds; } public void setCommunityIds(String[] communityIds) { this.communityIds = communityIds; } }