智慧保安后台管理-外网项目备份
guoshilong
2024-01-20 135af1bd4c62f73dd3430d9588ae3f62ff2702fd
src/main/java/org/springblade/modules/accreditation/excel/ExportSecurityBookPaperExcel.java
@@ -107,5 +107,12 @@
   @ExcelProperty("是否制证")
   private String userType;
   /**
    * 制证时间
    */
   @ColumnWidth(10)
   @ExcelProperty("制证时间")
   private String userPaperTime;
}