Your Name
2023-01-10 b4bdb7b0bf3f60f3c1320adf4c42cedef942b909
java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
old mode 100644 new mode 100755
@@ -20,6 +20,18 @@
    private String mapX;
    private String mapY;
    private String state;
    private String tel;
    private String createTime;
    private String bId;
    private String communityArea;
    private String payFeeMonth;
    private String feePrice;
    private String qrCode;
    private String statusCd = "0";
    public String getCommunityId() {
        return communityId;
@@ -84,4 +96,68 @@
    public void setState(String state) {
        this.state = state;
    }
    public String getCommunityArea() {
        return communityArea;
    }
    public void setCommunityArea(String communityArea) {
        this.communityArea = communityArea;
    }
    public String getTel() {
        return tel;
    }
    public void setTel(String tel) {
        this.tel = tel;
    }
    public String getCreateTime() {
        return createTime;
    }
    public void setCreateTime(String createTime) {
        this.createTime = createTime;
    }
    public String getbId() {
        return bId;
    }
    public void setbId(String bId) {
        this.bId = bId;
    }
    public String getStatusCd() {
        return statusCd;
    }
    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;
    }
}