B1RootDepartmentInfo
- Stores root department runtime state including seat pool, employee-seat assignments, and headcount.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SeatPool | TMap | Map of seat object IDs to their availability status. | |
| EmployeeSeatMap | TMap | Map of employee entity IDs to their assigned seat entity IDs. | |
| IsFixedDesk | bool | Whether employees in this department use fixed desks. | |
| EmptyHeadcount | int32 | Number of currently empty positions in this root department. | |
| TotalHeadcount | int32 | Total number of positions in this root department. |