wuxw
2020-10-09 d80d5b652ac0c97784419165066beb7d5e2fce4a
java110-bean/src/main/java/com/java110/po/room/RoomPo.java
@@ -20,7 +20,7 @@
    private String section;
    private String apartment;
    private String builtUpArea;
    private String unitPrice;
    private String feeCoefficient;
    private String userId;
    private String remark;
    private String state;
@@ -83,13 +83,7 @@
        this.builtUpArea = builtUpArea;
    }
    public String getUnitPrice() {
        return unitPrice;
    }
    public void setUnitPrice(String unitPrice) {
        this.unitPrice = unitPrice;
    }
    public String getUserId() {
        return userId;
@@ -122,4 +116,12 @@
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getFeeCoefficient() {
        return feeCoefficient;
    }
    public void setFeeCoefficient(String feeCoefficient) {
        this.feeCoefficient = feeCoefficient;
    }
}