智慧保安后台管理项目备份
zhongrj
2024-05-24 b5960d1968e007b91d4d33dd7cbb74f1b566f2c1
src/main/java/org/springblade/modules/system/excel/SecurityExcel.java
@@ -27,9 +27,10 @@
import java.util.Date;
/**
 * UserExcel
 * SecurityExcel
 * @author zhongrj
 * @since 2021-10-27
 *
 * @author Chill
 */
@Data
@ColumnWidth(25)
@@ -40,16 +41,17 @@
   @ColumnWidth(15)
   @ExcelProperty("保安姓名")
   private String roleName;
   private String realName;
   @ColumnWidth(10)
   @ExcelProperty("保安公司")
   @ColumnWidth(30)
   @ExcelProperty("企业名称")
   private String deptName;
   @ColumnWidth(10)
   @ExcelProperty("性别")
   private String sex;
   @ColumnWidth(20)
   @ExcelProperty("身份证号")
   private String cardid;
@@ -57,12 +59,15 @@
   @ExcelProperty("年龄")
   private String age;
   @ColumnWidth(15)
   @ExcelProperty("保安证编号")
   private String securitynumber;
   @ColumnWidth(15)
   @ExcelProperty("联系方式")
   private String phone;
   @ColumnWidth(15)
   @ExcelProperty("审查状态")
   private String examinationType;
@@ -72,6 +77,6 @@
   @ColumnWidth(20)
   @ExcelProperty("审查时间")
   private Date paperTime;
   private Date auditTime;
}