old mode 100644
new mode 100755
| | |
| | | package com.java110.dto.rentingPool; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.vo.api.junkRequirement.PhotoVo; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | private String rentingId; |
| | | private String roomId; |
| | | private String roomName; |
| | | private String builtUpArea; |
| | | private String apartmentName; |
| | | private String section; |
| | | |
| | | private String paymentType; |
| | | private String paymentTypeName; |
| | | private String ownerName; |
| | |
| | | private String stateName; |
| | | private String[] states; |
| | | private String communityId; |
| | | private String communityName; |
| | | private String longitude; |
| | | |
| | | private String rentingType; |
| | |
| | | private String proxySeparateRate; |
| | | private String propertySeparateRate; |
| | | private String servicePrice; |
| | | private String rentingFormula; |
| | | |
| | | List<String> photos; |
| | | |
| | | |
| | | public String getLatitude() { |
| | |
| | | public void setServicePrice(String servicePrice) { |
| | | this.servicePrice = servicePrice; |
| | | } |
| | | |
| | | public String getRentingFormula() { |
| | | return rentingFormula; |
| | | } |
| | | |
| | | public void setRentingFormula(String rentingFormula) { |
| | | this.rentingFormula = rentingFormula; |
| | | } |
| | | |
| | | public String getBuiltUpArea() { |
| | | return builtUpArea; |
| | | } |
| | | |
| | | public void setBuiltUpArea(String builtUpArea) { |
| | | this.builtUpArea = builtUpArea; |
| | | } |
| | | |
| | | public String getSection() { |
| | | return section; |
| | | } |
| | | |
| | | public void setSection(String section) { |
| | | this.section = section; |
| | | } |
| | | |
| | | public String getCommunityName() { |
| | | return communityName; |
| | | } |
| | | |
| | | public void setCommunityName(String communityName) { |
| | | this.communityName = communityName; |
| | | } |
| | | |
| | | public String getApartmentName() { |
| | | return apartmentName; |
| | | } |
| | | |
| | | public void setApartmentName(String apartmentName) { |
| | | this.apartmentName = apartmentName; |
| | | } |
| | | |
| | | public List<String> getPhotos() { |
| | | return photos; |
| | | } |
| | | |
| | | public void setPhotos(List<String> photos) { |
| | | this.photos = photos; |
| | | } |
| | | } |