|
@@ -36,51 +36,51 @@ public class UserRespVO{
|
|
private Integer sex;
|
|
private Integer sex;
|
|
|
|
|
|
@Schema(description = "年级")
|
|
@Schema(description = "年级")
|
|
- @ExcelProperty("年级")
|
|
|
|
private String grade;
|
|
private String grade;
|
|
|
|
|
|
- @Schema(description = "用户学号")
|
|
|
|
- @ExcelProperty("学号")
|
|
|
|
|
|
+ @Schema(description = "用户学号/工号")
|
|
private String userNumber;
|
|
private String userNumber;
|
|
|
|
|
|
@Schema(description = "用户邮箱", example = "yudao@iocoder.cn")
|
|
@Schema(description = "用户邮箱", example = "yudao@iocoder.cn")
|
|
- @ExcelProperty("用户邮箱")
|
|
|
|
private String email;
|
|
private String email;
|
|
|
|
|
|
@Schema(description = "手机号码", example = "15601691300")
|
|
@Schema(description = "手机号码", example = "15601691300")
|
|
- @ExcelProperty("手机号码")
|
|
|
|
private String mobile;
|
|
private String mobile;
|
|
|
|
|
|
@Schema(description = "用户类型")
|
|
@Schema(description = "用户类型")
|
|
- @ExcelProperty("用户类型")
|
|
|
|
private String userType;
|
|
private String userType;
|
|
|
|
|
|
@Schema(description = "部门名称", example = "IT 部")
|
|
@Schema(description = "部门名称", example = "IT 部")
|
|
- @ExcelProperty("工作间名称")
|
|
|
|
private String deptName;
|
|
private String deptName;
|
|
|
|
|
|
@Schema(description = "导师名称")
|
|
@Schema(description = "导师名称")
|
|
- @ExcelProperty("导师名称")
|
|
|
|
private String supervisor;
|
|
private String supervisor;
|
|
|
|
|
|
|
|
+ @Schema(description = "校外导师名称")
|
|
|
|
+ private String externalSupervisor;
|
|
|
|
+
|
|
@Schema(description = "导师id")
|
|
@Schema(description = "导师id")
|
|
- @ExcelProperty("导师id")
|
|
|
|
private String supervisorId;
|
|
private String supervisorId;
|
|
|
|
|
|
@Schema(description = "导师电话")
|
|
@Schema(description = "导师电话")
|
|
- @ExcelProperty("导师电话")
|
|
|
|
private String supervisorMobile;
|
|
private String supervisorMobile;
|
|
|
|
|
|
|
|
+ @Schema(description = "校外导师id")
|
|
|
|
+ private Long externalSupervisorId;
|
|
|
|
+
|
|
|
|
+ @Schema(description = "校外导师电话")
|
|
|
|
+ private String externalSupervisorMobile;
|
|
|
|
+
|
|
|
|
+ @Schema(description = "校外导师工号")
|
|
|
|
+ private String externalSupervisorUserNumber;
|
|
|
|
+
|
|
@Schema(description = "工作地点")
|
|
@Schema(description = "工作地点")
|
|
- @ExcelProperty("工作地点")
|
|
|
|
private String workPlace;
|
|
private String workPlace;
|
|
|
|
|
|
@Schema(description = "照片", example = "url")
|
|
@Schema(description = "照片", example = "url")
|
|
-// @ExcelProperty("照片")
|
|
|
|
private String photoUrl;
|
|
private String photoUrl;
|
|
|
|
|
|
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED, example = "时间戳格式")
|
|
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED, example = "时间戳格式")
|
|
- @ExcelProperty("创建时间")
|
|
|
|
private LocalDateTime createTime;
|
|
private LocalDateTime createTime;
|
|
|
|
|
|
@Schema(description = "备注", example = "我是一个用户")
|
|
@Schema(description = "备注", example = "我是一个用户")
|
|
@@ -96,16 +96,13 @@ public class UserRespVO{
|
|
private String avatar;
|
|
private String avatar;
|
|
|
|
|
|
@Schema(description = "状态,参见 CommonStatusEnum 枚举类", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
|
@Schema(description = "状态,参见 CommonStatusEnum 枚举类", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
|
- @ExcelProperty(value = "帐号状态", converter = DictConvert.class)
|
|
|
|
@DictFormat(DictTypeConstants.COMMON_STATUS)
|
|
@DictFormat(DictTypeConstants.COMMON_STATUS)
|
|
private Integer status;
|
|
private Integer status;
|
|
|
|
|
|
@Schema(description = "最后登录 IP", requiredMode = Schema.RequiredMode.REQUIRED, example = "192.168.1.1")
|
|
@Schema(description = "最后登录 IP", requiredMode = Schema.RequiredMode.REQUIRED, example = "192.168.1.1")
|
|
-// @ExcelProperty("最后登录IP")
|
|
|
|
private String loginIp;
|
|
private String loginIp;
|
|
|
|
|
|
@Schema(description = "最后登录时间", requiredMode = Schema.RequiredMode.REQUIRED, example = "时间戳格式")
|
|
@Schema(description = "最后登录时间", requiredMode = Schema.RequiredMode.REQUIRED, example = "时间戳格式")
|
|
-// @ExcelProperty("最后登录时间")
|
|
|
|
private LocalDateTime loginDate;
|
|
private LocalDateTime loginDate;
|
|
|
|
|
|
@Schema(description ="家长手机号码")
|
|
@Schema(description ="家长手机号码")
|
|
@@ -130,9 +127,6 @@ public class UserRespVO{
|
|
@Schema(description = "招生简介PDF")
|
|
@Schema(description = "招生简介PDF")
|
|
private String introduction;
|
|
private String introduction;
|
|
|
|
|
|
- @Schema(description = "校外导师id")
|
|
|
|
- private Long externalSupervisorId;
|
|
|
|
-
|
|
|
|
@Schema(description = "是否填写互选信息")
|
|
@Schema(description = "是否填写互选信息")
|
|
private Integer isSelectionInformation;
|
|
private Integer isSelectionInformation;
|
|
|
|
|