| | |
| | | */ |
| | | @Data |
| | | public class RepairReportExportVo implements Serializable { |
| | | @Excel(name = "关键设备标识", width = 15,orderNum = "0",dicCode = "specific_equipment") |
| | | private String specificEquipment; |
| | | @Excel(name = "状态", width = 15,orderNum = "1",dicCode = "equipment_report_repair_status") |
| | | private String status; |
| | | |
| | | @Excel(name = "单据号", width = 15,orderNum = "2") |
| | | private String num; |
| | | /**设备编码*/ |
| | |
| | | private String model; |
| | | @Excel(name = "使用部门", width = 15,orderNum = "6",dicCode = "id",dictTable="sys_depart",dicText="depart_name") |
| | | private String useId; |
| | | @Excel(name = "关键设备标识", width = 15,orderNum = "0",dicCode = "specific_equipment") |
| | | private String specificEquipment; |
| | | @Excel(name = "状态", width = 15,orderNum = "1",dicCode = "equipment_report_repair_status") |
| | | private String status; |
| | | @Excel(name = "报修人", width = 15,orderNum = "7") |
| | | private String errUda2; |
| | | @Excel(name = "故障时间", width = 15,orderNum = "8",databaseFormat = "yyyy-MM-dd HH:mm:ss",exportFormat = "yyyy-MM-dd HH:mm:ss") |