โครงสร้างอัตรากำลังข้าราชการ ส่งไปออกคำสั่งกรณีสำนักปลัด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-30 11:21:39 +07:00
parent aecf75c1e7
commit f33da756af
4 changed files with 9 additions and 0 deletions

View file

@ -77,6 +77,7 @@ interface DataTree {
totalRootPositionCurrentVacant: number;
totalRootPositionNextUse: number;
totalRootPositionNextVacant: number;
isDeputy: boolean;
children?: DataTree[];
}