From 410e6a49ee6cf1ffe256b63039390ae8f8bf6275 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Mon, 23 Dec 2024 10:12:44 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20prefixMain=20=E0=B8=AB=E0=B8=B2=E0=B8=A2=E0=B8=95=E0=B8=AD?= =?UTF-8?q?=E0=B8=99=E0=B8=9A=E0=B8=A3=E0=B8=A3=E0=B8=88=E0=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/ProfileEmployee.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entities/ProfileEmployee.ts b/src/entities/ProfileEmployee.ts index fc18b72b..9031c26b 100644 --- a/src/entities/ProfileEmployee.ts +++ b/src/entities/ProfileEmployee.ts @@ -850,6 +850,7 @@ export class ProfileEmployeeHistory extends ProfileEmployee { export class CreateProfileEmployee { prefix: string; + prefixMain: string; rank?: string | null; firstName: string; lastName: string;