java110
2021-10-19 b278a4b743d0cf45fd0b42bc78ff42f4e1124baf
java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
old mode 100644 new mode 100755
@@ -25,6 +25,9 @@
    private String bId;
    private String communityArea;
    private String payFeeMonth;
    private String feePrice;
    private String statusCd = "0";
@@ -131,4 +134,20 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getPayFeeMonth() {
        return payFeeMonth;
    }
    public void setPayFeeMonth(String payFeeMonth) {
        this.payFeeMonth = payFeeMonth;
    }
    public String getFeePrice() {
        return feePrice;
    }
    public void setFeePrice(String feePrice) {
        this.feePrice = feePrice;
    }
}