chengf
2026-01-27 b6184e2ddf3db37a94f7efb3b619bbc64642a292
java110-bean/src/main/java/com/java110/dto/owner/OwnerDto.java
@@ -130,6 +130,34 @@
    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;
    }