wuxw
2021-06-12 eba78ba8fec77a2781444d27098a5ea78512635b
java110-bean/src/main/java/com/java110/dto/owner/OwnerAppUserDto.java
@@ -39,6 +39,7 @@
    private String appType;
    private String[] userIds;
    private String oldAppUserId;
    private String sCommunityTel;
    private String[] states;
@@ -265,4 +266,12 @@
    public void setHeadImgUrl(String headImgUrl) {
        this.headImgUrl = headImgUrl;
    }
    public String getsCommunityTel() {
        return sCommunityTel;
    }
    public void setsCommunityTel(String sCommunityTel) {
        this.sCommunityTel = sCommunityTel;
    }
}