updated รายการเงินเดือน
This commit is contained in:
parent
874685954c
commit
3d4acad8e5
5 changed files with 202 additions and 4 deletions
|
|
@ -3,6 +3,12 @@ interface DataOption {
|
|||
name: string;
|
||||
}
|
||||
|
||||
interface DataOptionShort {
|
||||
id: string;
|
||||
name: string;
|
||||
shortCode: string
|
||||
}
|
||||
|
||||
interface NewPagination {
|
||||
descending: boolean;
|
||||
page: number;
|
||||
|
|
@ -45,4 +51,5 @@ export type {
|
|||
ItemsMenu,
|
||||
ObjectSalaryRef,
|
||||
ObjectSalaryRateRef,
|
||||
DataOptionShort
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue