wfy
2021-09-18 0417d31de9980cbc1735daffffb308d050ce35b4
java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
@@ -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;
    }
}