old mode 100644
new mode 100755
| | |
| | | private String bId; |
| | | |
| | | private String communityArea; |
| | | private String payFeeMonth; |
| | | private String feePrice; |
| | | |
| | | private String qrCode; |
| | | |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | |
| | | 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; |
| | | } |
| | | } |