Your Name
2023-08-11 cc8e103aed0cdaf681d813f7601a38d2dd134289
java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
@@ -25,6 +25,11 @@
    private String bId;
    private String communityArea;
    private String payFeeMonth;
    private String feePrice;
    private String qrCode;
    private String statusCd = "0";
@@ -131,4 +136,28 @@
    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;
    }
    public String getQrCode() {
        return qrCode;
    }
    public void setQrCode(String qrCode) {
        this.qrCode = qrCode;
    }
}