Sfoglia il codice sorgente

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

codingliang 1 anno fa
parent
commit
a33e5827b5

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

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