java110-bean/src/main/java/com/java110/dto/repair/RepairDto.java
@@ -63,6 +63,7 @@ private List<String> states; private String stateName; private String communityId; private String communityName; private String roomId; private String[] roomIds; private String repairTypeName; @@ -580,4 +581,12 @@ public void setNotifyWay(String notifyWay) { this.notifyWay = notifyWay; } public String getCommunityName() { return communityName; } public void setCommunityName(String communityName) { this.communityName = communityName; } }