old mode 100644
new mode 100755
| | |
| | | private String personTel; |
| | | //当前用户id |
| | | private String userId; |
| | | |
| | | private String isPostpone; |
| | | private String postponeTime; |
| | | private String renovationCompany; |
| | | private String personMain; |
| | | private String personMainTel; |
| | | private String renovationTime; |
| | | private String renovationStartTime; |
| | | private String renovationEndTime; |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | |
| | | this.personTel = personTel; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | public String getRenovationTime() { |
| | | return renovationTime; |
| | | } |
| | | |
| | | public void setRenovationTime(String renovationTime) { |
| | | this.renovationTime = renovationTime; |
| | | } |
| | | |
| | | public String getRenovationStartTime() { |
| | | return renovationStartTime; |
| | | } |
| | | |
| | | public void setRenovationStartTime(String renovationStartTime) { |
| | | this.renovationStartTime = renovationStartTime; |
| | | } |
| | | |
| | | public String getRenovationEndTime() { |
| | | return renovationEndTime; |
| | | } |
| | | |
| | | public void setRenovationEndTime(String renovationEndTime) { |
| | | this.renovationEndTime = renovationEndTime; |
| | | } |
| | | } |