MCPcopy Create free account
hub / github.com/csx-bill/quick-boot / UserInfo

Class UserInfo

src/main/java/com/quick/boot/modules/common/vo/UserInfo.java:11–21  ·  view source on GitHub ↗

用户信息

Source from the content-addressed store, hash-verified

9 * 用户信息
10 */
11@Data
12public class UserInfo {
13 @Schema(description = "用户ID")
14 private Long userId;
15 @Schema(description = "头像")
16 private String avatar;
17 @Schema(description = "用户账号")
18 private String username;
19 @Schema(description = "accessToken")
20 private String accessToken;
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected