token添加角色

This commit is contained in:
zhonghua1
2026-01-02 14:41:05 +08:00
parent b991db97f0
commit abd84d834c
3 changed files with 17 additions and 3 deletions

View File

@@ -37,6 +37,11 @@ public class LoginResponse {
@Schema(description = "租户ID")
private String tenantId;
private String roleName;
@Schema(description = "场景")
private String scenario;
}