|
|
@ -58,11 +58,11 @@ public class InspectionPlanExcel implements Serializable { |
|
|
|
@ExcelProperty(value = "周期值") |
|
|
|
@ExcelProperty(value = "周期值") |
|
|
|
private String periodValue; |
|
|
|
private String periodValue; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "计划起始时间") |
|
|
|
@ExcelProperty(value = "计划起始时间") |
|
|
|
private String startTime; |
|
|
|
private String startTime; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "计划终了时间") |
|
|
|
@ExcelProperty(value = "计划终了时间") |
|
|
|
private String endTime; |
|
|
|
private String endTime; |
|
|
|
|
|
|
|
|
|
|
|