java110-bean/src/main/java/com/java110/dto/reportFee/ReportFeeMonthStatisticsDto.java
@@ -35,6 +35,7 @@ private String oweAmount; private String curOweAmount; private String communityId; private String[] communityIds; private String feeCreateTime; private String feeStartTime; private String feeEndTime; @@ -1230,4 +1231,12 @@ public void setCommunityName(String communityName) { this.communityName = communityName; } public String[] getCommunityIds() { return communityIds; } public void setCommunityIds(String[] communityIds) { this.communityIds = communityIds; } }