From 80e6b6117501d0bade4b48326055d7cceb678164 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Mon, 28 Apr 2025 15:01:15 +0700 Subject: [PATCH] fix --- src/entities/ProfileSalary.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entities/ProfileSalary.ts b/src/entities/ProfileSalary.ts index cb037888..d94c5664 100644 --- a/src/entities/ProfileSalary.ts +++ b/src/entities/ProfileSalary.ts @@ -356,7 +356,7 @@ export class CreateProfileSalaryEmployee { posNumCodeSit?: string | null; posNumCodeSitAbb?: string | null; salaryLevel?: number | null; - group?: string | null; + group?: number | null; } export class UpdateProfileSalaryEmployee { @@ -390,7 +390,7 @@ export class UpdateProfileSalaryEmployee { posNumCodeSit?: string | null; posNumCodeSitAbb?: string | null; salaryLevel?: number | null; - group?: string | null; + group?: number | null; } export type UpdateProfileSalary = {