用户区分教师与学生,分别的导入与导出
This commit is contained in:
parent
8264ee08fe
commit
391d073b0a
@ -9,7 +9,7 @@ import lombok.Data;
|
||||
public class UserStudentExcelVO {
|
||||
|
||||
@ExcelProperty("登录账号")
|
||||
private String userName;
|
||||
private String username;
|
||||
|
||||
@ExcelProperty("学生姓名")
|
||||
private String nickname;
|
||||
|
@ -9,7 +9,7 @@ import lombok.Data;
|
||||
public class UserTeacherExcelVO {
|
||||
|
||||
@ExcelProperty("登录账号")
|
||||
private String userName;
|
||||
private String username;
|
||||
|
||||
@ExcelProperty("教职工号")
|
||||
private String userNo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user