Type Alias TreeOptions

TreeOptions: {
    children: string;
    id: string;
    pid: string;
}

id字段名称

父id字段名称

子节点列表字段名称