|
@@ -29,10 +29,10 @@ public class graduateStudentImportExcelVO {
|
|
|
@ExcelIgnore
|
|
|
private String password;
|
|
|
|
|
|
- @ExcelProperty("用户名称")
|
|
|
+ @ExcelProperty("姓名")
|
|
|
private String nickname;
|
|
|
|
|
|
- @ExcelProperty(value = "用户性别", converter = DictConvert.class)
|
|
|
+ @ExcelProperty(value = "性别", converter = DictConvert.class)
|
|
|
@DictFormat(DictTypeConstants.USER_SEX)
|
|
|
private Integer sex;
|
|
|
|
|
@@ -48,7 +48,7 @@ public class graduateStudentImportExcelVO {
|
|
|
@ExcelProperty("学号")
|
|
|
private String userNumber;
|
|
|
|
|
|
- @ExcelProperty("用户邮箱")
|
|
|
+ @ExcelProperty("邮箱")
|
|
|
private String email;
|
|
|
|
|
|
@ExcelProperty("手机号码")
|
|
@@ -60,7 +60,7 @@ public class graduateStudentImportExcelVO {
|
|
|
@ExcelProperty("工作地点")
|
|
|
private String workPlace;
|
|
|
|
|
|
- @ExcelProperty("导师名称(导师添加时不用填)")
|
|
|
+ @ExcelProperty("导师名称(导师添加时可不用填)")
|
|
|
private String supervisor;
|
|
|
|
|
|
// @ExcelProperty(value = "账号状态", converter = DictConvert.class)
|