ทะเบียนประวัติ => ข้อมูลเงินเดือน/ค่าจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-12 11:14:52 +07:00
parent e1f6162364
commit a272e499b3
6 changed files with 903 additions and 30 deletions

View file

@ -9,4 +9,12 @@ interface ObjectSalaryRef {
[key: string]: any;
}
export type { ObjectSalaryRef };
interface ObjectReceiveRef {
date: object | null;
reference: object | null;
detail: object | null;
[key: string]: any;
}
export type { ObjectSalaryRef,ObjectReceiveRef };