| | |
| | | private String nameLike; |
| | | private String link; |
| | | private String address; |
| | | private String otherAddress; |
| | | private String remark; |
| | | private String ownerId; |
| | | private String[] ownerIds; |
| | |
| | | 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; |