refactor: edit type Employee

This commit is contained in:
Net 2024-08-07 13:28:10 +07:00
parent 90bc4b9b75
commit 8b999e4d4c

View file

@ -8,6 +8,9 @@ export type Employee = {
id: string;
code: string;
nrcNo: string;
createdByUserId: string;
updatedByUserId: string;
statusOrder: string;
firstName: string;
firstNameEN: string;
lastName: string;