feat: 新建连接.

This commit is contained in:
lijiahangmax
2023-12-13 23:59:31 +08:00
parent f2ca6abcb0
commit 31d6f20bab
19 changed files with 7072 additions and 4544 deletions

View File

@@ -33,4 +33,7 @@ public class AuthorizedHostWrapperVO {
@Schema(description = "分组树节点映射 'groupId':hostIdList")
private Map<String, Set<Long>> treeNodes;
// TODO 我的收藏
// TODO 最近连接
}