java110-bean/src/main/java/com/java110/po/owner/OwnerPo.java
@@ -19,6 +19,8 @@ private String age; private String link; private String address; //其他地址 private String otherAddress; private String userId; private String remark; private String ownerTypeCd; @@ -203,4 +205,12 @@ public void setFaceUrl(String faceUrl) { this.faceUrl = faceUrl; } public String getOtherAddress() { return otherAddress; } public void setOtherAddress(String otherAddress) { this.otherAddress = otherAddress; } }