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