รวมไฟล์แก้งานงวด2

This commit is contained in:
Kittapath 2023-07-10 10:10:46 +07:00
parent 79889c9464
commit 2249097b07
89 changed files with 11287 additions and 7048 deletions

View file

@ -25,6 +25,8 @@ interface ResponseObject {
positionExecutiveSideId: string;
salaryClass: string;
salaryRef: string;
refCommandNo: string;
// refCommandDate: Date | null;
createdFullName: string;
createdAt: Date;
}
@ -37,7 +39,7 @@ interface ResponseObjectEmployee {
id: string;
mouthSalaryAmount: number;
oc: string | null;
ocId: string | null;
ocId: string;
posNo: string | null;
posNoId: string | null;
posNoEmployee: string | null;
@ -52,6 +54,8 @@ interface ResponseObjectEmployee {
positionSalaryAmount: number;
salaryClass: string | null;
salaryRef: string | null;
refCommandNo: string;
// refCommandDate: Date | null;
}
export type { ResponseObject, ResponseObjectEmployee };