ปรับโครงสร้าง
This commit is contained in:
parent
21b79e5fd0
commit
8a91cf97d6
6 changed files with 190 additions and 37 deletions
|
|
@ -47,13 +47,15 @@ interface NodeTree {
|
|||
totalRootPositionCurrentVacant: number;
|
||||
totalRootPositionNextUse: number;
|
||||
totalRootPositionNextVacant: number;
|
||||
children: NodeTree;
|
||||
children: NodeTree[];
|
||||
isOfficer: boolean;
|
||||
}
|
||||
|
||||
interface PosMaster {
|
||||
fullNameCurrentHolder: null | string;
|
||||
fullNameNextHolder: string;
|
||||
profileIdCurrentHolder: string;
|
||||
profileIdNextHolder: string;
|
||||
id: string;
|
||||
isSit: boolean;
|
||||
isSpecial: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue