|
@@ -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 = "学生姓名")
|