|
|
|
|
@ -83,7 +83,9 @@ public class ConditionExcelVo {
|
|
|
|
|
@ExcelProperty(value = "进度") |
|
|
|
|
private String node; |
|
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
@ExcelProperty(value = "归档日期") |
|
|
|
|
private String archiving; |
|
|
|
|
private LocalDateTime archiving; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|