Browse Source

访客记录导出新增学号/录取号字段

codingliang 1 year ago
parent
commit
a33e5827b5
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/main/java/com/template/model/vo/WelcomeVisitorVO.java

+ 2 - 3
src/main/java/com/template/model/vo/WelcomeVisitorVO.java

@@ -19,9 +19,8 @@ public class WelcomeVisitorVO implements Serializable {
     @ExcelProperty("id")
     @ExcelProperty("id")
     private Integer id;
     private Integer id;
 
 
-    @ApiModelProperty(value = "学生身份证号")
-    @ExcelProperty("学生身份证号")
-    @ExcelIgnore
+    @ApiModelProperty(value = "学号/录取号")
+    @ExcelProperty("学号/录取号")
     private String studentCard;
     private String studentCard;
 
 
     @ApiModelProperty(value = "学生姓名")
     @ApiModelProperty(value = "学生姓名")