| | |
| | | private String apartmentName; |
| | | private String communityId; |
| | | private String floorId; |
| | | private String[] floorIds; |
| | | private String floorNum; |
| | | private String floorArea; |
| | | private String userName; |
| | |
| | | private String roomSubTypeName; |
| | | private String roomRent; |
| | | private String roomArea; |
| | | private String oweAmount; |
| | | |
| | | private String state; |
| | | private String[] states; |
| | |
| | | public void setEndTime(Date endTime) { |
| | | this.endTime = endTime; |
| | | } |
| | | |
| | | public String getOweAmount() { |
| | | return oweAmount; |
| | | } |
| | | |
| | | public void setOweAmount(String oweAmount) { |
| | | this.oweAmount = oweAmount; |
| | | } |
| | | |
| | | public String[] getFloorIds() { |
| | | return floorIds; |
| | | } |
| | | |
| | | public void setFloorIds(String[] floorIds) { |
| | | this.floorIds = floorIds; |
| | | } |
| | | } |