java110
2021-05-10 bfd940330a6e107cf53f81579ff0cb108054b9e9
java110-bean/src/main/java/com/java110/po/room/RoomPo.java
old mode 100644 new mode 100755
@@ -25,6 +25,7 @@
    private String remark;
    private String state;
    private String communityId;
    private String roomType;
    public String getRoomId() {
@@ -84,7 +85,6 @@
    }
    public String getUserId() {
        return userId;
    }
@@ -124,4 +124,12 @@
    public void setFeeCoefficient(String feeCoefficient) {
        this.feeCoefficient = feeCoefficient;
    }
    public String getRoomType() {
        return roomType;
    }
    public void setRoomType(String roomType) {
        this.roomType = roomType;
    }
}