report salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-11 17:08:35 +07:00
parent d26d9069b5
commit 2283614925
3 changed files with 639 additions and 8 deletions

View file

@ -52,6 +52,8 @@ interface DataStructureTree {
totalRootPositionNextUse: number;
totalRootPositionNextVacant: number;
children: DataStructureTree[];
orgRootCode: string;
orgRootShortName: string;
}
interface DataStrategy {