Your Name
2023-01-20 3fc509eab4e928c8e50e024788603002bd03ec63
java110-bean/src/main/java/com/java110/dto/owner/OwnerDto.java
@@ -36,6 +36,8 @@
    private String communityName;
    private String sCommunityTel;
    private String communityQrCode;
    private String roomId;
    private String[] roomIds;
    private String sex;
@@ -64,6 +66,7 @@
    private String startTime;
    private String endTime;
    private String appUserName;
    private String bId;
@@ -423,4 +426,12 @@
    public void setUrl(String url) {
        this.url = url;
    }
    public String getCommunityQrCode() {
        return communityQrCode;
    }
    public void setCommunityQrCode(String communityQrCode) {
        this.communityQrCode = communityQrCode;
    }
}