รายการเงินเดือน => เพิ่มคนเลื่อนเงินเดือน
This commit is contained in:
parent
704fce71ed
commit
9955bc4fe0
8 changed files with 426 additions and 27 deletions
|
|
@ -5,4 +5,10 @@ interface DataFilter {
|
|||
type: string;
|
||||
}
|
||||
|
||||
export type { DataFilter };
|
||||
interface DataFilterPerson {
|
||||
page: number;
|
||||
pageSize: number;
|
||||
keyword: string;
|
||||
}
|
||||
|
||||
export type { DataFilter, DataFilterPerson };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue