智慧保安后台管理项目备份
zhongrj
2024-05-24 b5960d1968e007b91d4d33dd7cbb74f1b566f2c1
src/main/java/org/springblade/modules/system/excel/SecurityExcel.java
@@ -44,7 +44,7 @@
   private String realName;
   @ColumnWidth(30)
   @ExcelProperty("保安公司")
   @ExcelProperty("企业名称")
   private String deptName;
   @ColumnWidth(10)
@@ -77,6 +77,6 @@
   @ColumnWidth(20)
   @ExcelProperty("审查时间")
   private Date paperTime;
   private Date auditTime;
}