report salary
This commit is contained in:
parent
d26d9069b5
commit
2283614925
3 changed files with 639 additions and 8 deletions
|
|
@ -52,6 +52,8 @@ interface DataStructureTree {
|
|||
totalRootPositionNextUse: number;
|
||||
totalRootPositionNextVacant: number;
|
||||
children: DataStructureTree[];
|
||||
orgRootCode: string;
|
||||
orgRootShortName: string;
|
||||
}
|
||||
|
||||
interface DataStrategy {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue