parent
750c3a089b
commit
bcbe21e51d
1 changed files with 6 additions and 0 deletions
|
|
@ -356,6 +356,8 @@ export class CreateProfileSalaryEmployee {
|
|||
positionLine?: string | null;
|
||||
positionPathSide?: string | null;
|
||||
positionExecutive?: string | null;
|
||||
positionExecutiveField?: string | null;
|
||||
positionArea?: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
|
|
@ -390,6 +392,8 @@ export class UpdateProfileSalaryEmployee {
|
|||
positionLine?: string | null;
|
||||
positionPathSide?: string | null;
|
||||
positionExecutive?: string | null;
|
||||
positionExecutiveField?: string | null;
|
||||
positionArea?: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
|
|
@ -424,6 +428,8 @@ export type UpdateProfileSalary = {
|
|||
positionLine?: string | null;
|
||||
positionPathSide?: string | null;
|
||||
positionExecutive?: string | null;
|
||||
positionExecutiveField?: string | null;
|
||||
positionArea?: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue