This commit is contained in:
AdisakKanthawilang 2025-04-28 15:01:15 +07:00
parent eb0f81e943
commit 80e6b61175

View file

@ -356,7 +356,7 @@ export class CreateProfileSalaryEmployee {
posNumCodeSit?: string | null;
posNumCodeSitAbb?: string | null;
salaryLevel?: number | null;
group?: string | null;
group?: number | null;
}
export class UpdateProfileSalaryEmployee {
@ -390,7 +390,7 @@ export class UpdateProfileSalaryEmployee {
posNumCodeSit?: string | null;
posNumCodeSitAbb?: string | null;
salaryLevel?: number | null;
group?: string | null;
group?: number | null;
}
export type UpdateProfileSalary = {