| | |
| | | private String storeId; |
| | | private String objType; |
| | | |
| | | private String receiptYearMonth; // 收款年/月 |
| | | private String receiptYear; // 收款年度 |
| | | private String pendingProblem; // 待解决问题 |
| | | private String roomNumber; // 门室号 |
| | | private String floorNum; |
| | | private String unitNum; |
| | | private String roomNum; |
| | | |
| | | public String getFloorNum() { |
| | | return floorNum; |
| | | } |
| | | |
| | | public void setFloorNum(String floorNum) { |
| | | this.floorNum = floorNum; |
| | | } |
| | | |
| | | public String getUnitNum() { |
| | | return unitNum; |
| | | } |
| | | |
| | | public void setUnitNum(String unitNum) { |
| | | this.unitNum = unitNum; |
| | | } |
| | | |
| | | public String getRoomNum() { |
| | | return roomNum; |
| | | } |
| | | |
| | | public void setRoomNum(String roomNum) { |
| | | this.roomNum = roomNum; |
| | | } |
| | | |
| | | public String getObjType() { |
| | | return objType; |
| | | } |
| | |
| | | public void setFrequency(String frequency) { |
| | | this.frequency = frequency; |
| | | } |
| | | |
| | | public String getReceiptYearMonth() { |
| | | return receiptYearMonth; |
| | | } |
| | | |
| | | public void setReceiptYearMonth(String receiptYearMonth) { |
| | | this.receiptYearMonth = receiptYearMonth; |
| | | } |
| | | |
| | | public String getReceiptYear() { |
| | | return receiptYear; |
| | | } |
| | | |
| | | public void setReceiptYear(String receiptYear) { |
| | | this.receiptYear = receiptYear; |
| | | } |
| | | |
| | | public String getPendingProblem() { |
| | | return pendingProblem; |
| | | } |
| | | |
| | | public void setPendingProblem(String pendingProblem) { |
| | | this.pendingProblem = pendingProblem; |
| | | } |
| | | |
| | | public String getRoomNumber() { |
| | | return roomNumber; |
| | | } |
| | | |
| | | public void setRoomNumber(String roomNumber) { |
| | | this.roomNumber = roomNumber; |
| | | } |
| | | } |