wuxw
2025-03-20 3b6f49f1123f68bb6d1424070600158f85b66a30
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;
    }
}