mrzcc
2020-02-10 4f9c122f237fbee16d5ef9c602b6db95d28ed7b0
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;
    }
}