chengf
2026-01-27 b6184e2ddf3db37a94f7efb3b619bbc64642a292
java110-bean/src/main/java/com/java110/dto/owner/OwnerDto.java
@@ -55,6 +55,7 @@
    private String nameLike;
    private String link;
    private String address;
    private String otherAddress;
    private String remark;
    private String ownerId;
    private String[] ownerIds;
@@ -129,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;