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;
|
remark?: string;
|
||||||
statusSave?: boolean;
|
statusSave?: boolean;
|
||||||
id?: string;
|
id?: string;
|
||||||
|
updatedAt?: Date | string;
|
||||||
|
updatedByUserId?: string;
|
||||||
|
createdAt?: Date | string;
|
||||||
|
createdByUserId?: string;
|
||||||
|
employeeId?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type EmployeeOther = {
|
export type EmployeeOther = {
|
||||||
|
|
@ -232,6 +237,13 @@ export type EmployeeOtherCreate = {
|
||||||
fatherFirstName?: string;
|
fatherFirstName?: string;
|
||||||
fatherBirthPlace?: string;
|
fatherBirthPlace?: string;
|
||||||
citizenId?: string;
|
citizenId?: string;
|
||||||
|
id?: string;
|
||||||
|
statusSave?: boolean;
|
||||||
|
updatedAt?: Date | string;
|
||||||
|
updatedByUserId?: string;
|
||||||
|
createdAt?: Date | string;
|
||||||
|
createdByUserId?: string;
|
||||||
|
employeeId?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type EmployeeHistory = {
|
export type EmployeeHistory = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue