refactor: employee mid name and prefix
This commit is contained in:
parent
c3c98c1980
commit
cf97ffd8de
4 changed files with 40 additions and 14 deletions
|
|
@ -68,10 +68,13 @@ export type EmployeeCreate = {
|
|||
gender: string;
|
||||
nationality: string;
|
||||
|
||||
namePrefix: string;
|
||||
firstName: string;
|
||||
firstNameEN: string;
|
||||
lastName: string;
|
||||
lastNameEN: string;
|
||||
middleName?: string;
|
||||
middleNameEN?: string;
|
||||
|
||||
addressEN: string;
|
||||
address: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue