| | |
| | | */ |
| | | package org.springblade.modules.task.dto; |
| | | |
| | | import org.springblade.modules.task.entity.TaskCampusReportingEventEntity; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.modules.task.entity.TaskCampusReportingEventEntity; |
| | | |
| | | /** |
| | | * 校园安全检查任务表 数据传输对象实体类 |
| | |
| | | public class TaskCampusReportingEventDTO extends TaskCampusReportingEventEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ApiModelProperty(value = "门牌地址编码") |
| | | private String houseCode; |
| | | |
| | | private Integer reportType; |
| | | |
| | | /** |
| | | * 中转的状态 |
| | | */ |
| | | private Integer status; |
| | | |
| | | |
| | | } |