This commit is contained in:
Bright 2024-12-16 16:00:50 +07:00
parent 168a5ec53c
commit abf540be98
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -901,6 +901,7 @@ export type UpdateProfileEmployee = {
phone?: string | null;
salaryLevel?: number | null;
employeeClass?: string | null;
prefixMain?: string | null;
};
export type UpdateProfileAddressEmployee = {