salary - get list persons by agency rootId

This commit is contained in:
Warunee Tamkoo 2024-03-08 09:34:14 +07:00
parent cbf34695b8
commit 8b0eeb5f95
3 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,7 @@ interface DataFilterPerson {
page: number;
pageSize: number;
keyword: string;
rootId: string;
}
export type { DataFilter, DataFilterPerson };