| | |
| | | package org.sxkj.fw.record.excel; |
| | | |
| | | |
| | | import com.alibaba.excel.annotation.ExcelIgnore; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.alibaba.excel.annotation.write.style.ColumnWidth; |
| | | import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
| | |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ExcelIgnore |
| | | private Long id; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("无人机名称") |
| | | private String droneName; |
| | |
| | | private Date alarmTime; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("触发原因/类型") |
| | | @ExcelProperty("触发原因") |
| | | private String triggerType; |
| | | |
| | | @ColumnWidth(20) |