java110
2022-04-14 51aa6b4f8a3d199b3e5f93f7b5513a040aecfc10
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;
    }
}