old mode 100644
new mode 100755
| | |
| | | package com.java110.po.roomRenovation; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | public class RoomRenovationPo implements Serializable { |
| | | |
| | |
| | | private String state; |
| | | private String communityId; |
| | | private String personTel; |
| | | private String examineRemark; |
| | | private List<String> photos; |
| | | private String videoName; |
| | | private String isTrue; |
| | | private String isTrueName; |
| | | private String isPostpone; |
| | | private String postponeTime; |
| | | private String renovationCompany; |
| | | private String personMain; |
| | | private String personMainTel; |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | |
| | | this.personTel = personTel; |
| | | } |
| | | |
| | | public String getExamineRemark() { |
| | | return examineRemark; |
| | | } |
| | | |
| | | public void setExamineRemark(String examineRemark) { |
| | | this.examineRemark = examineRemark; |
| | | } |
| | | |
| | | public List<String> getPhotos() { |
| | | return photos; |
| | | } |
| | | |
| | | public void setPhotos(List<String> photos) { |
| | | this.photos = photos; |
| | | } |
| | | |
| | | public String getVideoName() { |
| | | return videoName; |
| | | } |
| | | |
| | | public void setVideoName(String videoName) { |
| | | this.videoName = videoName; |
| | | } |
| | | |
| | | public String getIsTrue() { |
| | | return isTrue; |
| | | } |
| | | |
| | | public void setIsTrue(String isTrue) { |
| | | this.isTrue = isTrue; |
| | | } |
| | | |
| | | public String getIsTrueName() { |
| | | return isTrueName; |
| | | } |
| | | |
| | | public void setIsTrueName(String isTrueName) { |
| | | this.isTrueName = isTrueName; |
| | | } |
| | | |
| | | public String getIsPostpone() { |
| | | return isPostpone; |
| | | } |
| | | |
| | | public void setIsPostpone(String isPostpone) { |
| | | this.isPostpone = isPostpone; |
| | | } |
| | | |
| | | public String getPostponeTime() { |
| | | return postponeTime; |
| | | } |
| | | |
| | | public void setPostponeTime(String postponeTime) { |
| | | this.postponeTime = postponeTime; |
| | | } |
| | | |
| | | public String getRenovationCompany() { |
| | | return renovationCompany; |
| | | } |
| | | |
| | | public void setRenovationCompany(String renovationCompany) { |
| | | this.renovationCompany = renovationCompany; |
| | | } |
| | | |
| | | public String getPersonMain() { |
| | | return personMain; |
| | | } |
| | | |
| | | public void setPersonMain(String personMain) { |
| | | this.personMain = personMain; |
| | | } |
| | | |
| | | public String getPersonMainTel() { |
| | | return personMainTel; |
| | | } |
| | | |
| | | public void setPersonMainTel(String personMainTel) { |
| | | this.personMainTel = personMainTel; |
| | | } |
| | | } |