salary - get list persons by agency rootId
This commit is contained in:
parent
cbf34695b8
commit
8b0eeb5f95
3 changed files with 8 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ interface DataFilterPerson {
|
|||
page: number;
|
||||
pageSize: number;
|
||||
keyword: string;
|
||||
rootId: string;
|
||||
}
|
||||
|
||||
export type { DataFilter, DataFilterPerson };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue