รายการเงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-27 15:35:52 +07:00
parent a6a07b36c1
commit 87c85c0f77
11 changed files with 655 additions and 268 deletions

View file

@ -0,0 +1,8 @@
interface DataFilter {
page: number;
pageSize: number;
keyword: string;
type: string;
}
export type { DataFilter };