java110
2022-08-18 4e124bbb3e96afe124a6bf47beef7804c3cecb68
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;
    }
}