refactor: add type id

This commit is contained in:
Net 2024-08-01 16:43:32 +07:00
parent e19f1927b7
commit 9618085ac4

View file

@ -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 = {