feat:select org
This commit is contained in:
parent
a760910794
commit
c33b218455
3 changed files with 313 additions and 86 deletions
|
|
@ -49,6 +49,11 @@ interface NodeTree {
|
|||
totalRootPositionNextVacant: number;
|
||||
children: NodeTree[];
|
||||
isOfficer: boolean;
|
||||
orgRootDnaId: string;
|
||||
orgChild1DnaId: string;
|
||||
orgChild2DnaId: string;
|
||||
orgChild3DnaId: string;
|
||||
orgChild4DnaId: string;
|
||||
}
|
||||
|
||||
interface PosMaster {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue