wuxw
2021-06-12 eba78ba8fec77a2781444d27098a5ea78512635b
java110-bean/src/main/java/com/java110/po/room/RoomPo.java
old mode 100644 new mode 100755
@@ -25,6 +25,8 @@
    private String remark;
    private String state;
    private String communityId;
    private String roomType;
    private String statusCd;
    public String getRoomId() {
@@ -84,7 +86,6 @@
    }
    public String getUserId() {
        return userId;
    }
@@ -124,4 +125,20 @@
    public void setFeeCoefficient(String feeCoefficient) {
        this.feeCoefficient = feeCoefficient;
    }
    public String getRoomType() {
        return roomType;
    }
    public void setRoomType(String roomType) {
        this.roomType = roomType;
    }
    public String getStatusCd() {
        return statusCd;
    }
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
}