refactor: nrcNo can is null

This commit is contained in:
Thanaphon Frappet 2024-10-28 19:58:25 +07:00
parent 4ac06420f0
commit 5fc865b827

View file

@ -75,7 +75,7 @@ export type EmployeeCreate = {
code: string;
customerBranchId: string;
status?: Status;
nrcNo: string;
nrcNo?: string;
dateOfBirth: Date | null;
gender: string;