java110
2021-01-23 4430ceb824ac85a3b50108dadb2eac1e31d2c7d8
java110-bean/src/main/java/com/java110/po/room/RoomPo.java
@@ -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;
    }
}