fix command
This commit is contained in:
parent
8cf13b8690
commit
68e0fb1e5a
1 changed files with 4 additions and 4 deletions
|
|
@ -305,7 +305,7 @@ export class CreateProfileSalary {
|
|||
positionLevel: string | null;
|
||||
positionLine?: string | null;
|
||||
positionPathSide?: string | null;
|
||||
positionExecutive: string | null;
|
||||
positionExecutive?: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
|
|
@ -338,7 +338,7 @@ export class CreateProfileSalaryEmployee {
|
|||
positionLevel: string | null;
|
||||
positionLine?: string | null;
|
||||
positionPathSide?: string | null;
|
||||
positionExecutive: string | null;
|
||||
positionExecutive?: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
|
|
@ -370,7 +370,7 @@ export class UpdateProfileSalaryEmployee {
|
|||
positionLevel: string | null;
|
||||
positionLine?: string | null;
|
||||
positionPathSide?: string | null;
|
||||
positionExecutive: string | null;
|
||||
positionExecutive?: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
|
|
@ -402,7 +402,7 @@ export type UpdateProfileSalary = {
|
|||
positionLevel: string | null;
|
||||
positionLine?: string | null;
|
||||
positionPathSide?: string | null;
|
||||
positionExecutive: string | null;
|
||||
positionExecutive?: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue