diff --git a/src/entities/ProfileSalary.ts b/src/entities/ProfileSalary.ts index 3feac6ac..5fe67df9 100644 --- a/src/entities/ProfileSalary.ts +++ b/src/entities/ProfileSalary.ts @@ -189,7 +189,6 @@ export class CreateProfileSalaryEmployee { } export class UpdateProfileSalaryEmployee { - profileEmployeeId: string | null; date?: Date | null; amount?: Double | null; positionSalaryAmount?: Double | null;