fix orgTreeDnaId Development
This commit is contained in:
parent
6b6bbadf87
commit
4a8da53183
2 changed files with 10 additions and 6 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue