refactor: 优化认证及客户端相关代码

This commit is contained in:
2024-12-27 00:20:36 +08:00
parent 95f2617a4c
commit c90e80e9d7
35 changed files with 595 additions and 867 deletions

View File

@@ -81,12 +81,12 @@ public class UserContext implements Serializable {
private Set<RoleContext> roles;
/**
* 设备类型
* 客户端类型
*/
private String clientType;
/**
* 客户端ID
* 客户端 ID
*/
private String clientId;