| | |
| | | package com.panzhihua.service_community.model.dos; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @auther txb |
| | |
| | | /** |
| | | * 主键id |
| | | */ |
| | | @TableId(type = IdType.INPUT) |
| | | @TableId(value = "id",type = IdType.INPUT) |
| | | private Long id; |
| | | |
| | | /** |
| | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComSwDangerReportDO{" + |
| | | "id=" + id + |
| | | ", dangerNo=" + dangerNo + |
| | | ", dangerName=" + dangerName + |
| | | ", dangerType=" + dangerType + |
| | | ", status=" + status + |
| | | ", dangerLevel=" + dangerLevel + |
| | | ", checkTime=" + checkTime + |
| | | ", unitName=" + unitName + |
| | | ", dagerDescription=" + dagerDescription + |
| | | ", isRectifyImmediately=" + isRectifyImmediately + |
| | | ", takeSteps=" + takeSteps + |
| | | ", stepsPhoto=" + stepsPhoto + |
| | | ", rectifyPerson=" + rectifyPerson + |
| | | ", rectifyTime=" + rectifyTime + |
| | | ", communitySuggestion=" + communitySuggestion + |
| | | ", streetSuggestion=" + streetSuggestion + |
| | | ", undertakeRecord=" + undertakeRecord + |
| | | ", remark=" + remark + |
| | | ", createAt=" + createAt + |
| | | ", createBy=" + createBy + |
| | | ", updateAt=" + updateAt + |
| | | ", updateBy=" + updateBy + |
| | | "}"; |
| | | return "ComSwDangerReportDO{" + "id=" + id + ", dangerNo=" + dangerNo + ", dangerName=" + dangerName |
| | | + ", dangerType=" + dangerType + ", status=" + status + ", dangerLevel=" + dangerLevel + ", checkTime=" |
| | | + checkTime + ", unitName=" + unitName + ", dagerDescription=" + dagerDescription |
| | | + ", isRectifyImmediately=" + isRectifyImmediately + ", takeSteps=" + takeSteps + ", stepsPhoto=" |
| | | + stepsPhoto + ", rectifyPerson=" + rectifyPerson + ", rectifyTime=" + rectifyTime |
| | | + ", communitySuggestion=" + communitySuggestion + ", streetSuggestion=" + streetSuggestion |
| | | + ", undertakeRecord=" + undertakeRecord + ", remark=" + remark + ", createAt=" + createAt + ", createBy=" |
| | | + createBy + ", updateAt=" + updateAt + ", updateBy=" + updateBy + "}"; |
| | | } |
| | | } |