java110
2021-05-02 16f71152c21e20f95df16124201600c6b075ad2a
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;
    }
}