java110
2020-09-20 a609496d54403a122ab76e79abf3f917f7254c53
java110-bean/src/main/java/com/java110/entity/assetImport/ImportRoomFee.java
@@ -21,6 +21,11 @@
    private String roomId;
    private String communityId;
    private String cycle;
    private String remark;
    public String getFloorNum() {
        return floorNum;
@@ -85,4 +90,28 @@
    public void setRoomId(String roomId) {
        this.roomId = roomId;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getCycle() {
        return cycle;
    }
    public void setCycle(String cycle) {
        this.cycle = cycle;
    }
    public String getRemark() {
        return remark;
    }
    public void setRemark(String remark) {
        this.remark = remark;
    }
}