# TreeUser 核心-树型对象(组织、角色等)用户关系表 ## Properties | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**id** | **String** | 全局唯一ID | | |**developerId** | **String** | 开发者ID | | |**tenantId** | **String** | 租户ID | | |**nodeId** | **String** | 节点ID | | |**userId** | **String** | 用户ID | | |**path** | **String** | 所属组织关系路径 | | |**displayName** | **String** | 显示名 | | |**username** | **String** | 用户名 | | |**relationType** | **String** | 关联类型(用于区分多重关联) | [optional] | |**relationData** | **String** | 关联扩展信息 | [optional] | |**isDefault** | **String** | 是否默认关系 | [optional] | |**timeCreated** | **OffsetDateTime** | 创建时间 | | |**timeModified** | **OffsetDateTime** | 修改时间 | | |**status** | **String** | 状态 | |