fix issue #866
This commit is contained in:
parent
168a5ec53c
commit
abf540be98
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -901,6 +901,7 @@ export type UpdateProfileEmployee = {
|
|||
phone?: string | null;
|
||||
salaryLevel?: number | null;
|
||||
employeeClass?: string | null;
|
||||
prefixMain?: string | null;
|
||||
};
|
||||
|
||||
export type UpdateProfileAddressEmployee = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue