登录用户信息和树结构

This commit is contained in:
TsMask
2023-08-29 16:13:48 +08:00
parent 4bab3b4952
commit 8fed79c007
2 changed files with 29 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ type TreeSelect struct {
ID string `json:"id"`
// Label 节点名称
Label string `json:"label"`
Label string `json:"title"`
// Children 子节点
Children []TreeSelect `json:"children"`