java110
2020-04-18 5c5361fab95dd3938ea4b4fc0babbf2d6c5807ee
java110-bean/src/main/java/com/java110/vo/api/ApiFloorDataVo.java
@@ -16,6 +16,8 @@
     */
    private String floorId;
    private String communityId;
    /**
     * 编号
     */
@@ -80,4 +82,12 @@
    public void setCreateTime(String createTime) {
        this.createTime = createTime;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}