refactor: เพิ่ม type code

This commit is contained in:
Net 2024-07-08 17:46:05 +07:00
parent bedc4a8b4c
commit 98bb78a69b

View file

@ -52,11 +52,11 @@ export type Employee = {
};
export type EmployeeCreate = {
code: string;
image: File | null;
customerBranchId: string;
status?: Status;
nrcNo: string;
dateOfBirth: Date | null;