用户信息
| 9 | * 用户信息 |
| 10 | */ |
| 11 | @Data |
| 12 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected