no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-30 18:00:58 +07:00
parent 06d9b22205
commit 756daf8d68
6 changed files with 124 additions and 181 deletions

View file

@ -5,4 +5,22 @@ interface DataActive {
draftName: string;
}
export type { DataActive };
interface nodes {
orgTreeId: string;
orgRootId: string;
orgLevel: number;
orgTreeName: string;
orgTreeShortName: string;
orgTreeCode: string;
orgCode: string;
orgTreeRank: string;
orgTreeOrder: number | null;
orgRootCode: string;
orgTreePhoneEx: string;
orgTreePhoneIn: string;
orgTreeFax: string;
orgRevisionId: string;
children: OrgTree[];
}
export type { DataActive, OrgTree };