| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | @ApiModelProperty(value = "中心主任确认时间") |
| | | private Date centerDirectorTime; |
| | | /**维修工确认*/ |
| | | @Excel(name = "维修工确认", width = 15) |
| | | @ApiModelProperty(value = "维修工确认") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String repairConfirm; |
| | | /**维修开始时间*/ |
| | | @Excel(name = "维修开始时间", width = 15, format = "yyyy-MM-dd") |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") |
| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | @ApiModelProperty(value = "建议采取措施时间") |
| | | private Date suggestionTakeStepsTime; |
| | | /**维修工确认*/ |
| | | @Excel(name = "维修工确认", width = 15) |
| | | @ApiModelProperty(value = "维修确认") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String repairConfirm; |
| | | /**维修工确认结果*/ |
| | | @Excel(name = "维修工确认结果", width = 15) |
| | | @ApiModelProperty(value = "维修工确认结果") |
| | | private String repairConfirmResult; |
| | | /**维修工确认意见*/ |
| | | @Excel(name = "维修工确认意见", width = 15) |
| | | @ApiModelProperty(value = "维修确认意见") |
| | | @ApiModelProperty(value = "维修工确认意见") |
| | | private String repairConfirmComment; |
| | | /**维修工确认时间*/ |
| | | @Excel(name = "维修工确认时间", width = 15, format = "yyyy-MM-dd") |
| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | @ApiModelProperty(value = "维修组长(区长)确认时间") |
| | | private Date repairDistrictTime; |
| | | /**技术负责人*/ |
| | | @Excel(name = "技术负责人", width = 15) |
| | | @ApiModelProperty(value = "技术负责人") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String technicalDirector; |
| | | /**原因分析核对同意、不同意*/ |
| | | @Excel(name = "原因分析核对同意、不同意", width = 15) |
| | | @ApiModelProperty(value = "原因分析核对同意、不同意") |
| | |
| | | @Excel(name = "事故结论", width = 15) |
| | | @ApiModelProperty(value = "事故结论") |
| | | private String accidentConclusion; |
| | | /**技术负责人*/ |
| | | @Excel(name = "技术负责人", width = 15) |
| | | @ApiModelProperty(value = "技术负责人") |
| | | @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
| | | private String technicalDirector; |
| | | /**技术负责人确认意见*/ |
| | | @Excel(name = "技术负责人确认意见", width = 15) |
| | | @ApiModelProperty(value = "技术负责人确认意见") |