java110-bean/src/main/java/com/java110/dto/inspection/InspectionPlanDto.java
@@ -40,6 +40,7 @@ private String inspectionPlanId; private String state; private String communityId; private String[] communityIds; private String communityName; private String staffId; @@ -327,4 +328,12 @@ public void setCommunityName(String communityName) { this.communityName = communityName; } public String[] getCommunityIds() { return communityIds; } public void setCommunityIds(String[] communityIds) { this.communityIds = communityIds; } }