ทะเบียนประวัติ(ใหม่): ผูก API บันทึกไม่ได้รับเงินเดือนฯ
This commit is contained in:
parent
326de7badb
commit
9332691144
5 changed files with 276 additions and 182 deletions
|
|
@ -1,20 +1,9 @@
|
|||
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;
|
||||
interface RowList {
|
||||
id: string;
|
||||
date: Date | null;
|
||||
reference: string;
|
||||
detail: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
}
|
||||
|
||||
interface ObjectReceiveRef {
|
||||
date: object | null;
|
||||
reference: object | null;
|
||||
detail: object | null;
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
export type { ObjectSalaryRef,ObjectReceiveRef };
|
||||
export type { RowList };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue