deason 1 year ago
parent
commit
f66193cbe8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/java/com/qmth/exam/reserve/bean/login/SessionUser.java

+ 6 - 0
src/main/java/com/qmth/exam/reserve/bean/login/SessionUser.java

@@ -20,6 +20,12 @@ public class SessionUser implements IModel {
     @ApiModelProperty(value = "用户姓名")
     private String name;
 
+    @ApiModelProperty(value = "角色")
+    private String role;
+
+    @ApiModelProperty(value = "鉴权信息")
+    private String sessionId;
+
     @ApiModelProperty(value = "鉴权信息")
     private String token;