fix orgTreeDnaId Development

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-30 10:20:58 +07:00
parent 6b6bbadf87
commit 4a8da53183
2 changed files with 10 additions and 6 deletions

View file

@ -167,6 +167,7 @@ interface DataTree {
totalRootPositionNextUse: number | null;
totalRootPositionNextVacant: number | null;
children: DataTree;
orgTreeDnaId: string;
}
interface ResHistory {
@ -221,5 +222,5 @@ export type {
ResHistory,
ResPrefix,
ResRisk,
PositionsType
PositionsType,
};