cgf
2025-08-23 9ec0a61f90ac2464eebc643bfe2d93ac9ba6e569
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,13 @@
    private String concactLink;
    private String faceUrl;
    public String getOtherAddress() {
        return otherAddress;
    }
    public void setOtherAddress(String otherAddress) {
        this.otherAddress = otherAddress;
    }
    public String getSex() {
        return sex;