From abf540be98240a816910db6fd797bd6909f3bd86 Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 16 Dec 2024 16:00:50 +0700 Subject: [PATCH] fix issue #866 --- src/entities/Profile.ts | 1 + src/entities/ProfileEmployee.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/entities/Profile.ts b/src/entities/Profile.ts index 3b3818e3..24d9f8ba 100644 --- a/src/entities/Profile.ts +++ b/src/entities/Profile.ts @@ -812,6 +812,7 @@ export type UpdateProfile = { gender?: string | null; relationship?: string | null; bloodGroup?: string | null; + prefixMain?: string | null; }; export type UpdateProfileReqEdit = { rank?: string | null; diff --git a/src/entities/ProfileEmployee.ts b/src/entities/ProfileEmployee.ts index 4706f399..fc18b72b 100644 --- a/src/entities/ProfileEmployee.ts +++ b/src/entities/ProfileEmployee.ts @@ -901,6 +901,7 @@ export type UpdateProfileEmployee = { phone?: string | null; salaryLevel?: number | null; employeeClass?: string | null; + prefixMain?: string | null; }; export type UpdateProfileAddressEmployee = {