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;
|
||||
checkupType?: string;
|
||||
statusSave?: boolean;
|
||||
id?: string;
|
||||
};
|
||||
|
||||
export type EmployeeWork = {
|
||||
|
|
@ -190,6 +191,7 @@ export type EmployeeWorkCreate = {
|
|||
ownerName?: string;
|
||||
remark?: string;
|
||||
statusSave?: boolean;
|
||||
id?: string;
|
||||
};
|
||||
|
||||
export type EmployeeOther = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue