| | |
| | | private String curReceivable; |
| | | private String receipts; |
| | | private String billTime; |
| | | private String curBillTime; |
| | | private String communityId; |
| | | private String configId; |
| | | private String createTime; |
| | | private String remark; |
| | | private String curBill; |
| | | private String feeName; |
| | | |
| | | public String getBillId() { |
| | | return billId; |
| | |
| | | public void setCurReceivable(String curReceivable) { |
| | | this.curReceivable = curReceivable; |
| | | } |
| | | |
| | | public String getCurBillTime() { |
| | | return curBillTime; |
| | | } |
| | | |
| | | public void setCurBillTime(String curBillTime) { |
| | | this.curBillTime = curBillTime; |
| | | } |
| | | |
| | | public String getFeeName() { |
| | | return feeName; |
| | | } |
| | | |
| | | public void setFeeName(String feeName) { |
| | | this.feeName = feeName; |
| | | } |
| | | } |