| | |
| | | |
| | | /** 运维人员ID */ |
| | | private Integer peopleId; |
| | | @Excel(name = "报备人员") |
| | | private String peopleName; |
| | | |
| | | /** 设备编码 */ |
| | |
| | | private String reportContent; |
| | | |
| | | /** 上报材料 */ |
| | | @Excel(name = "上报材料") |
| | | private String reportMaterials; |
| | | |
| | | /** 故障类型 */ |
| | |
| | | */ |
| | | private Boolean result; |
| | | |
| | | @Excel(name = "审核状态") |
| | | private String resultStr; |
| | | |
| | | /** |
| | | * 审核意见 |
| | | */ |
| | | @Excel(name = "审核意见") |
| | | private String resultRemark; |
| | | |
| | | /** 审核时间 */ |
| | |
| | | */ |
| | | private Integer status; |
| | | |
| | | /** |
| | | * 批量导入批次号 |
| | | */ |
| | | private String importBatchNumber; |
| | | |
| | | public static ReportVO getVoByEntity(@NonNull Report entity, ReportVO vo) { |
| | | if(vo == null) { |
| | | vo = new ReportVO(); |