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; } }