| | |
| | | * 巡查时间 |
| | | */ |
| | | @ApiModelProperty("巡查时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date patrolTime; |
| | | |
| | | /** |
| | |
| | | * 接班时间 |
| | | */ |
| | | @ApiModelProperty("接班时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date successionTime; |
| | | |
| | | /** |
| | |
| | | * 排查时间 |
| | | */ |
| | | @ApiModelProperty("排查时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date checkTime; |
| | | |
| | | /** |
| | |
| | | @ApiModelProperty("创建人") |
| | | private Long createBy; |
| | | |
| | | @ApiModelProperty("填报人名称") |
| | | private String createName; |
| | | |
| | | /** |
| | | * 安全记录/隐患报告显示按钮 |
| | | */ |
| | | @ApiModelProperty("安全记录/隐患报告显示按钮(1.查看安全工作记录 2.隐患报告待填写 3.查看隐患报告)") |
| | | private Integer displayButton; |
| | | |
| | | @ApiModelProperty("隐患/安全记录id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long serviceId; |
| | | |
| | | @ApiModelProperty("隐患or安全记录(1.隐患 2.安全记录)") |
| | | private Integer dangerOrRecord; |
| | | |
| | | /** |
| | | * 巡查类型 |
| | | */ |