ปรับโครงสร้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-21 18:00:03 +07:00
parent 21b79e5fd0
commit 8a91cf97d6
6 changed files with 190 additions and 37 deletions

View file

@ -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;