refactor: add type id
This commit is contained in:
parent
e19f1927b7
commit
9618085ac4
1 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ export type EmployeeCheckupCreate = {
|
||||||
checkupResult?: string;
|
checkupResult?: string;
|
||||||
checkupType?: string;
|
checkupType?: string;
|
||||||
statusSave?: boolean;
|
statusSave?: boolean;
|
||||||
|
id?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type EmployeeWork = {
|
export type EmployeeWork = {
|
||||||
|
|
@ -190,6 +191,7 @@ export type EmployeeWorkCreate = {
|
||||||
ownerName?: string;
|
ownerName?: string;
|
||||||
remark?: string;
|
remark?: string;
|
||||||
statusSave?: boolean;
|
statusSave?: boolean;
|
||||||
|
id?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type EmployeeOther = {
|
export type EmployeeOther = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue