|
@@ -32,7 +32,7 @@ type TreeNode struct { |
|
|
Uid int64 `json:"uid"` |
|
|
Uid int64 `json:"uid"` |
|
|
PID int64 `json:"pid"` |
|
|
PID int64 `json:"pid"` |
|
|
Position int64 `json:"position"` |
|
|
Position int64 `json:"position"` |
|
|
SystemID int `json:"system_id"` |
|
|
|
|
|
|
|
|
SystemID int64 `json:"system_id"` |
|
|
Level int `json:"level"` |
|
|
Level int `json:"level"` |
|
|
Son []*TreeNode `json:"son"` |
|
|
Son []*TreeNode `json:"son"` |
|
|
} |
|
|
} |
|
|