update
This commit is contained in:
parent
1a8aad2d5f
commit
4da32eb5ef
2 changed files with 3 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ export class CreateProfileSalaryEmployee {
|
|||
posNumCodeSit?: string | null;
|
||||
posNumCodeSitAbb?: string | null;
|
||||
salaryLevel?: number | null;
|
||||
group?: string | null;
|
||||
}
|
||||
|
||||
export class UpdateProfileSalaryEmployee {
|
||||
|
|
@ -389,6 +390,7 @@ export class UpdateProfileSalaryEmployee {
|
|||
posNumCodeSit?: string | null;
|
||||
posNumCodeSitAbb?: string | null;
|
||||
salaryLevel?: number | null;
|
||||
group?: string | null;
|
||||
}
|
||||
|
||||
export type UpdateProfileSalary = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue