From fdb5844ad8bde16ea4255404da3bd3102fb48011 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Fri, 17 May 2024 10:11:30 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20patch=20salary=20employee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/ProfileSalary.ts | 1 - 1 file changed, 1 deletion(-) 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;