tangzy
2021-08-19 a95ee49d82de77f3bdec9db3e3c7f337a2037204
src/main/java/org/springblade/modules/apply/excel/ApplyExcel.java
@@ -37,14 +37,20 @@
   private static final long serialVersionUID = 1L;
   @ColumnWidth(15)
   @ExcelProperty("保安ID")
   private Long userId;
   @ColumnWidth(25)
   @ExcelProperty("公司名称")
   private String deptName;
   @ColumnWidth(15)
   @ExcelProperty("考试ID")
   private Long examId;
   @ExcelProperty("保安姓名")
   private String realName;
   @ColumnWidth(25)
   @ExcelProperty("身份证号")
   private String idCardNo;
}