登录时返回superAdmin

This commit is contained in:
2025-07-22 11:41:28 +08:00
parent d2577f0c0f
commit 4f0d1813c9
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,5 @@ public class LoginRespVO {
private String typeName;
@ApiModelProperty(value = "菜单列表")
private List<MenuNode> menuNodeList;
private boolean superAdmin;
}