wuxw
2025-03-20 17d86767ab7554330cb0031c05f154abb0b1c95c
java110-bean/src/main/java/com/java110/dto/owner/OwnerCarDto.java
@@ -46,6 +46,7 @@
    private String memberCarNumLike;
    private String[] carNums;
    private String communityId;
    private String[] communityIds;
    private String psId;
    private String[] psIds;
    private String[] paIds;
@@ -585,4 +586,12 @@
    public void setMemberIds(String[] memberIds) {
        this.memberIds = memberIds;
    }
    public String[] getCommunityIds() {
        return communityIds;
    }
    public void setCommunityIds(String[] communityIds) {
        this.communityIds = communityIds;
    }
}