fix
This commit is contained in:
parent
eb0f81e943
commit
80e6b61175
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue