รายการเลื่อนเงินเดือนข้าราชการ => ปรับ body filter รายชื่อราชการที่เลื่อนเงินเดือ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-11 14:58:20 +07:00
parent 799cd7ce08
commit e35edfeed7
4 changed files with 31 additions and 17 deletions

View file

@ -10,6 +10,8 @@ interface DataFilterPerson {
pageSize: number;
keyword: string;
rootId: string;
year: number;
period: string;
}
export type { DataFilter, DataFilterPerson };