shiyj1101
2021-11-09 5b2460f42172e348164cd3b46dfe379c775688ef
java110-bean/src/main/java/com/java110/dto/roomRenovation/RoomRenovationDto.java
old mode 100644 new mode 100755
@@ -25,8 +25,16 @@
    private String startTime;
    private String endTime;
    private String state;
    private String stateName;
    private String communityId;
    private String personTel;
    //当前用户id
    private String userId;
    private String isPostpone;
    private String postponeTime;
    private String renovationCompany;
    private String personMain;
    private String personMainTel;
    private Date createTime;
@@ -146,4 +154,60 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getStateName() {
        return stateName;
    }
    public void setStateName(String stateName) {
        this.stateName = stateName;
    }
    public String getUserId() {
        return userId;
    }
    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;
    }
}