chengf
2025-08-15 1ac555ce49a45e2c7fc015dbb16b104840788c21
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;
    }
}