old mode 100644
new mode 100755
| | |
| | | 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; |
| | |
| | | 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; |
| | | } |
| | | } |