chengf
2026-01-27 b6184e2ddf3db37a94f7efb3b619bbc64642a292
java110-bean/src/main/java/com/java110/dto/owner/OwnerDto.java
@@ -42,6 +42,7 @@
    private String communityId;
    private String[] communityIds;
    private String communityName;
    private String sCommunityTel;
@@ -54,6 +55,7 @@
    private String nameLike;
    private String link;
    private String address;
    private String otherAddress;
    private String remark;
    private String ownerId;
    private String[] ownerIds;
@@ -128,6 +130,41 @@
    private String concactLink;
    private String faceUrl;
    private String propertyCertificateNo;
    private String isEvChargerInstalled;
    private String householdPoliceStation;
    public String getPropertyCertificateNo() {
        return propertyCertificateNo;
    }
    public void setPropertyCertificateNo(String propertyCertificateNo) {
        this.propertyCertificateNo = propertyCertificateNo;
    }
    public String getIsEvChargerInstalled() {
        return isEvChargerInstalled;
    }
    public void setIsEvChargerInstalled(String isEvChargerInstalled) {
        this.isEvChargerInstalled = isEvChargerInstalled;
    }
    public String getHouseholdPoliceStation() {
        return householdPoliceStation;
    }
    public void setHouseholdPoliceStation(String householdPoliceStation) {
        this.householdPoliceStation = householdPoliceStation;
    }
    public String getOtherAddress() {
        return otherAddress;
    }
    public void setOtherAddress(String otherAddress) {
        this.otherAddress = otherAddress;
    }
    public String getSex() {
        return sex;
@@ -659,4 +696,12 @@
    public void setPersonRoleName(String personRoleName) {
        this.personRoleName = personRoleName;
    }
    public String[] getCommunityIds() {
        return communityIds;
    }
    public void setCommunityIds(String[] communityIds) {
        this.communityIds = communityIds;
    }
}