wuxw
2025-03-20 e40889177c25035496c526dbc12a9665d5b61ceb
java110-bean/src/main/java/com/java110/dto/unit/UnitDto.java
@@ -25,6 +25,7 @@
    private String[] unitIds;
    private String communityId;
    private String[] communityIds;
    /**
     * 编号
@@ -194,4 +195,12 @@
    public void setCommunityName(String communityName) {
        this.communityName = communityName;
    }
    public String[] getCommunityIds() {
        return communityIds;
    }
    public void setCommunityIds(String[] communityIds) {
        this.communityIds = communityIds;
    }
}