wuxw
2021-06-12 eba78ba8fec77a2781444d27098a5ea78512635b
java110-bean/src/main/java/com/java110/po/room/RoomPo.java
old mode 100644 new mode 100755
@@ -20,11 +20,13 @@
    private String section;
    private String apartment;
    private String builtUpArea;
    private String unitPrice;
    private String feeCoefficient;
    private String userId;
    private String remark;
    private String state;
    private String communityId;
    private String roomType;
    private String statusCd;
    public String getRoomId() {
@@ -83,13 +85,6 @@
        this.builtUpArea = builtUpArea;
    }
    public String getUnitPrice() {
        return unitPrice;
    }
    public void setUnitPrice(String unitPrice) {
        this.unitPrice = unitPrice;
    }
    public String getUserId() {
        return userId;
@@ -122,4 +117,28 @@
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getFeeCoefficient() {
        return feeCoefficient;
    }
    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;
    }
}