wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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;
    }
}