This commit is contained in:
4
apps/web-antd/src/api/common.d.ts
vendored
4
apps/web-antd/src/api/common.d.ts
vendored
@@ -48,4 +48,8 @@ export interface TreeNode<T = any> {
|
||||
ParentCode: T;
|
||||
label: string;
|
||||
children: TreeNode<T>;
|
||||
|
||||
title?: string;
|
||||
key?:any
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user