feat:select org

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-03 14:17:42 +07:00
parent a760910794
commit c33b218455
3 changed files with 313 additions and 86 deletions

View file

@ -49,6 +49,11 @@ interface NodeTree {
totalRootPositionNextVacant: number;
children: NodeTree[];
isOfficer: boolean;
orgRootDnaId: string;
orgChild1DnaId: string;
orgChild2DnaId: string;
orgChild3DnaId: string;
orgChild4DnaId: string;
}
interface PosMaster {