ปรับ ข้อมูลเงินเดือน/ค่าจ้าง
This commit is contained in:
parent
4364bd26aa
commit
179a2b395e
6 changed files with 114 additions and 46 deletions
|
|
@ -6,4 +6,16 @@ interface RowList {
|
|||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
}
|
||||
export type { RowList };
|
||||
|
||||
interface ObjectSalaryRef {
|
||||
date: object | null;
|
||||
posNo: object | null;
|
||||
position: object | null;
|
||||
typePosition: object | null;
|
||||
levelPosition: object | null;
|
||||
salary: object | null;
|
||||
doc: object | null;
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
export type { RowList, ObjectSalaryRef };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue