java110
2020-09-20 a609496d54403a122ab76e79abf3f917f7254c53
java110-bean/src/main/java/com/java110/entity/assetImport/ImportRoomFee.java
@@ -19,6 +19,13 @@
    private String amount;
    private String roomId;
    private String communityId;
    private String cycle;
    private String remark;
    public String getFloorNum() {
        return floorNum;
@@ -75,4 +82,36 @@
    public void setAmount(String amount) {
        this.amount = amount;
    }
    public String getRoomId() {
        return roomId;
    }
    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;
    }
}