รายการเงินเดือน
This commit is contained in:
parent
a6a07b36c1
commit
87c85c0f77
11 changed files with 655 additions and 268 deletions
8
src/modules/13_salary/interface/index/SalaryList.ts
Normal file
8
src/modules/13_salary/interface/index/SalaryList.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
interface DataFilter {
|
||||
page: number;
|
||||
pageSize: number;
|
||||
keyword: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export type { DataFilter };
|
||||
Loading…
Add table
Add a link
Reference in a new issue