refactor: edit type
This commit is contained in:
parent
e7072869c5
commit
566a75240c
1 changed files with 12 additions and 0 deletions
|
|
@ -204,6 +204,11 @@ export type EmployeeWorkCreate = {
|
|||
remark?: string;
|
||||
statusSave?: boolean;
|
||||
id?: string;
|
||||
updatedAt?: Date | string;
|
||||
updatedByUserId?: string;
|
||||
createdAt?: Date | string;
|
||||
createdByUserId?: string;
|
||||
employeeId?: string;
|
||||
};
|
||||
|
||||
export type EmployeeOther = {
|
||||
|
|
@ -232,6 +237,13 @@ export type EmployeeOtherCreate = {
|
|||
fatherFirstName?: string;
|
||||
fatherBirthPlace?: string;
|
||||
citizenId?: string;
|
||||
id?: string;
|
||||
statusSave?: boolean;
|
||||
updatedAt?: Date | string;
|
||||
updatedByUserId?: string;
|
||||
createdAt?: Date | string;
|
||||
createdByUserId?: string;
|
||||
employeeId?: string;
|
||||
};
|
||||
|
||||
export type EmployeeHistory = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue