智慧保安后台管理-外网项目备份
guoshilong
2024-01-04 b431c00a3e736e27599cd34793c65369fdb7b8cd
src/main/java/org/springblade/modules/exam/excel/ExportExamScoreExcel.java
@@ -36,10 +36,6 @@
   @ExcelProperty("身份证号码")
   private String idCardNo;
   @ColumnWidth(50)
   @ExcelProperty("身份证住址")
   private String registered;
   @ColumnWidth(20)
   @ExcelProperty("准考证号")
   private String candidateNo;
@@ -114,4 +110,22 @@
    */
   @ExcelProperty(value = "教育经历")
   private String educationExperience;
   /**
    * 受理公安机关
    */
   @ExcelProperty(value = "受理公安机关")
   private String acceptancePoliceUnit;
   /**
    * 受理人
    */
   @ExcelProperty(value = "受理人")
   private String acceptancePerson;
   /**
    * 受理时间
    */
   @ExcelProperty(value = "受理时间")
   private String acceptanceTime;
}