|
|
@@ -67,7 +67,7 @@ public class ProtectionPageVo {
|
|
|
/**
|
|
|
* 登记人姓名
|
|
|
*/
|
|
|
- @ExcelProperty(value = "登记人",index = 5)
|
|
|
+ @ExcelProperty(value = "登记人",index = 4)
|
|
|
@ColumnWidth(15)
|
|
|
private String statusUpdatorName;
|
|
|
|
|
|
@@ -75,7 +75,7 @@ public class ProtectionPageVo {
|
|
|
* 布撤防时间
|
|
|
*/
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
- @ExcelProperty(value = "最近登记时间",index = 6)
|
|
|
+ @ExcelProperty(value = "最近登记时间",index = 5)
|
|
|
@ColumnWidth(20)
|
|
|
private Date statusUpdateTime;
|
|
|
}
|